#A6106A

Color #A6106A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A6106A

Tints of Jazzberry Jam #A6106A

Color information

#A6106A (or 0xA6106A) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 10 and 6A. RGB value is (166,16,106). Sum of RGB (Red+Green+Blue) = 166+16+106=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A6106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6106A is #59EF95. Grayscale: #464646. Windows color (decimal): -5894038 or 6951078. OLE color: 6951078.

HSL color Cylindrical-coordinate representation of color #A6106A: hue angle of 324º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6106A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16616106-
CMYK00.900.360.35
HSL324º82.42%35.69%-
HSV(B)324º90.36%65.1%-
XYZ18.519.5214.5-
YUV71.11147.7195.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=57.64%
G=5.56%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661610600.900.360.3532482.4235.69
HexA6106A05A24231445224
Octal246201520132444350412244
Binary10100110100001101010010110101001001000111010001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6106A; }

 p { color: rgb(166,16,106); }

 H1.HeaderClassName
 {
   color: #A6106A;
 }
 .AnyTagClassName
 {
   color: #A6106A;
 }
</style>
background-color css

<style>
 a { background-color: #A6106A; }

 a { background-color: rgb(166,16,106); }

 div.DivClassName
 {
   background-color: #A6106A;
 }
 .BgClassName
 {
   background-color: #A6106A;
 }
</style>
border-color css

<style>
 span { border-color: #A6106A; }

 span { border-color: rgb(166,16,106); }

 td.TdClassName
 {
   border-color: #A6106A;
 }
 .TagClassName
 {
   border-color: #A6106A;
 }
</style>