#A12060

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

Shades of Jazzberry Jam #A12060

Tints of Jazzberry Jam #A12060

Color information

#A12060 (or 0xA12060) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 20 and 60. RGB value is (161,32,96). Sum of RGB (Red+Green+Blue) = 161+32+96=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A12060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12060 is #5EDF9F. Grayscale: #4D4D4D. Windows color (decimal): -6217632 or 6299809. OLE color: 6299809.

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

Color convert

RGB1613296-
CMYK00.800.400.37
HSL330.23º66.84%37.84%-
HSV(B)330.23º80.12%63.14%-
XYZ17.339.4511.98-
YUV77.87138.24187.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=55.71%
G=11.07%
B=33.22%

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
Decimal161329600.800.400.37330.2366.8437.84
HexA12060050282514a4326
Octal241401400120504551210346
Binary101000011000001100000010100001010001001011010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12060; }

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

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

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

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

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

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

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

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