#A11860

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

Shades of Jazzberry Jam #A11860

Tints of Jazzberry Jam #A11860

Color information

#A11860 (or 0xA11860) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 60. RGB value is (161,24,96). Sum of RGB (Red+Green+Blue) = 161+24+96=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11860 is #5EE79F. Grayscale: #494949. Windows color (decimal): -6219680 or 6297761. OLE color: 6297761.

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

Color convert

RGB1612496-
CMYK00.850.400.37
HSL328.47º74.05%36.27%-
HSV(B)328.47º85.09%63.14%-
XYZ17.149.0711.91-
YUV73.17140.89190.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=57.30%
G=8.54%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161249600.850.400.37328.4774.0536.27
HexA1186005528251484a24
Octal241301400125504551011244
Binary10100001110001100000010101011010001001011010010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11860; }

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

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

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

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

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

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

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

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