#A11868

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

Shades of Jazzberry Jam #A11868

Tints of Jazzberry Jam #A11868

Color information

#A11868 (or 0xA11868) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 68. RGB value is (161,24,104). Sum of RGB (Red+Green+Blue) = 161+24+104=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A11868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11868 is #5EE797. Grayscale: #494949. Windows color (decimal): -6219672 or 6822049. OLE color: 6822049.

HSL color Cylindrical-coordinate representation of color #A11868: hue angle of 324.96º 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 #A11868 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16124104-
CMYK00.850.350.37
HSL324.96º74.05%36.27%-
HSV(B)324.96º85.09%63.14%-
XYZ17.529.2313.95-
YUV74.08144.89190-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=55.71%
G=8.30%
B=35.99%

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
Decimal1612410400.850.350.37324.9674.0536.27
HexA1186805523251454a24
Octal241301500125434550511244
Binary10100001110001101000010101011000111001011010001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11868; }

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

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

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

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

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

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

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

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