#A60866

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

Shades of Jazzberry Jam #A60866

Tints of Jazzberry Jam #A60866

Color information

#A60866 (or 0xA60866) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 08 and 66. RGB value is (166,8,102). Sum of RGB (Red+Green+Blue) = 166+8+102=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A60866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60866 is #59F799. Grayscale: #414141. Windows color (decimal): -5896090 or 6686886. OLE color: 6686886.

HSL color Cylindrical-coordinate representation of color #A60866: hue angle of 324.3º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60866 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB1668102-
CMYK00.950.390.35
HSL324.3º90.8%34.12%-
HSV(B)324.3º95.18%65.1%-
XYZ18.219.2413.39-
YUV65.96148.35199.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 8 (3.52% from 255) = 2.90%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=60.14%
G=2.90%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166810200.950.390.35324.390.834.12
HexA686605F27231445b22
Octal246101460137474350413342
Binary1010011010001100110010111111001111000111010001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60866; }

 p { color: rgb(166,8,102); }

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

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

 a { background-color: rgb(166,8,102); }

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

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

 span { border-color: rgb(166,8,102); }

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