#A11869

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

Shades of Jazzberry Jam #A11869

Tints of Jazzberry Jam #A11869

Color information

#A11869 (or 0xA11869) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 69. RGB value is (161,24,105). Sum of RGB (Red+Green+Blue) = 161+24+105=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A11869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11869 is #5EE796. Grayscale: #4A4A4A. Windows color (decimal): -6219671 or 6887585. OLE color: 6887585.

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

Color convert

RGB16124105-
CMYK00.850.350.37
HSL324.53º74.05%36.27%-
HSV(B)324.53º85.09%63.14%-
XYZ17.579.2514.22-
YUV74.2145.39189.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=55.52%
G=8.28%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612410500.850.350.37324.5374.0536.27
HexA1186905523251454a24
Octal241301510125434550511244
Binary10100001110001101001010101011000111001011010001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11869; }

 p { color: rgb(161,24,105); }

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

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

 a { background-color: rgb(161,24,105); }

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

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

 span { border-color: rgb(161,24,105); }

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