#A11874

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

Shades of Jazzberry Jam #A11874

Tints of Jazzberry Jam #A11874

Color information

#A11874 (or 0xA11874) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 74. RGB value is (161,24,116). Sum of RGB (Red+Green+Blue) = 161+24+116=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A11874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11874 is #5EE78B. Grayscale: #4B4B4B. Windows color (decimal): -6219660 or 7608481. OLE color: 7608481.

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

Color convert

RGB16124116-
CMYK00.850.280.37
HSL319.71º74.05%36.27%-
HSV(B)319.71º85.09%63.14%-
XYZ18.189.4917.4-
YUV75.45150.89189.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=53.49%
G=7.97%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612411600.850.280.37319.7174.0536.27
HexA118740551C251404a24
Octal241301640125344550011244
Binary1010000111000111010001010101111001001011010000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11874; }

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

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

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

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

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

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

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

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