#A12172

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

Shades of Jazzberry Jam #A12172

Tints of Jazzberry Jam #A12172

Color information

#A12172 (or 0xA12172) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 21 and 72. RGB value is (161,33,114). Sum of RGB (Red+Green+Blue) = 161+33+114=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A12172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12172 is #5EDE8D. Grayscale: #505050. Windows color (decimal): -6217358 or 7479713. OLE color: 7479713.

HSL color Cylindrical-coordinate representation of color #A12172: hue angle of 322.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12172 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16133114-
CMYK00.800.290.37
HSL322.03º65.98%38.04%-
HSV(B)322.03º79.5%63.14%-
XYZ18.289.8816.86-
YUV80.51146.91185.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=52.27%
G=10.71%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613311400.800.290.37322.0365.9838.04
HexA121720501D251424226
Octal241411620120354550210246
Binary10100001100001111001001010000111011001011010000101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12172; }

 p { color: rgb(161,33,114); }

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

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

 a { background-color: rgb(161,33,114); }

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

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

 span { border-color: rgb(161,33,114); }

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