#A11973

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

Shades of Jazzberry Jam #A11973

Tints of Jazzberry Jam #A11973

Color information

#A11973 (or 0xA11973) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 19 and 73. RGB value is (161,25,115). Sum of RGB (Red+Green+Blue) = 161+25+115=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A11973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11973 is #5EE68C. Grayscale: #4B4B4B. Windows color (decimal): -6219405 or 7543201. OLE color: 7543201.

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

Color convert

RGB16125115-
CMYK00.840.290.37
HSL320.29º73.12%36.47%-
HSV(B)320.29º84.47%63.14%-
XYZ18.149.5117.1-
YUV75.92150.06188.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=53.49%
G=8.31%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612511500.840.290.37320.2973.1236.47
HexA119730541D251404924
Octal241311630124354550011144
Binary1010000111001111001101010100111011001011010000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11973; }

 p { color: rgb(161,25,115); }

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

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

 a { background-color: rgb(161,25,115); }

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

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

 span { border-color: rgb(161,25,115); }

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