#A02870

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

Shades of Jazzberry Jam #A02870

Tints of Jazzberry Jam #A02870

Color information

#A02870 (or 0xA02870) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 28 and 70. RGB value is (160,40,112). Sum of RGB (Red+Green+Blue) = 160+40+112=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02870 is #5FD78F. Grayscale: #535353. Windows color (decimal): -6281104 or 7350432. OLE color: 7350432.

HSL color Cylindrical-coordinate representation of color #A02870: hue angle of 324º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02870 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16040112-
CMYK00.750.300.37
HSL324º60%39.22%-
HSV(B)324º75%62.75%-
XYZ18.1810.1616.33-
YUV84.09143.76182.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=51.28%
G=12.82%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604011200.750.300.373246039.22
HexA0287004B1E251443c27
Octal24050160011336455047447
Binary1010000010100011100000100101111110100101101000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02870; }

 p { color: rgb(160,40,112); }

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

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

 a { background-color: rgb(160,40,112); }

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

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

 span { border-color: rgb(160,40,112); }

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