#A11566

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

Shades of Jazzberry Jam #A11566

Tints of Jazzberry Jam #A11566

Color information

#A11566 (or 0xA11566) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 15 and 66. RGB value is (161,21,102). Sum of RGB (Red+Green+Blue) = 161+21+102=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A11566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11566 is #5EEA99. Grayscale: #474747. Windows color (decimal): -6220442 or 6690209. OLE color: 6690209.

HSL color Cylindrical-coordinate representation of color #A11566: hue angle of 325.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11566 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16121102-
CMYK00.870.370.37
HSL325.29º76.92%35.69%-
HSV(B)325.29º86.96%63.14%-
XYZ17.369.0713.41-
YUV72.09144.88191.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=56.69%
G=7.39%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612110200.870.370.37325.2976.9235.69
HexA1156605725251454d24
Octal241251460127454550511544
Binary10100001101011100110010101111001011001011010001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11566; }

 p { color: rgb(161,21,102); }

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

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

 a { background-color: rgb(161,21,102); }

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

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

 span { border-color: rgb(161,21,102); }

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