#A12061

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

Shades of Jazzberry Jam #A12061

Tints of Jazzberry Jam #A12061

Color information

#A12061 (or 0xA12061) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 20 and 61. RGB value is (161,32,97). Sum of RGB (Red+Green+Blue) = 161+32+97=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A12061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12061 is #5EDF9E. Grayscale: #4D4D4D. Windows color (decimal): -6217631 or 6365345. OLE color: 6365345.

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

Color convert

RGB1613297-
CMYK00.800.400.37
HSL329.77º66.84%37.84%-
HSV(B)329.77º80.12%63.14%-
XYZ17.379.4712.22-
YUV77.98138.74187.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=55.52%
G=11.03%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161329700.800.400.37329.7766.8437.84
HexA12061050282514a4326
Octal241401410120504551210346
Binary101000011000001100001010100001010001001011010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12061; }

 p { color: rgb(161,32,97); }

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

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

 a { background-color: rgb(161,32,97); }

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

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

 span { border-color: rgb(161,32,97); }

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