#A02070

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

Shades of Jazzberry Jam #A02070

Tints of Jazzberry Jam #A02070

Color information

#A02070 (or 0xA02070) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 20 and 70. RGB value is (160,32,112). Sum of RGB (Red+Green+Blue) = 160+32+112=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A02070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02070 is #5FDF8F. Grayscale: #4F4F4F. Windows color (decimal): -6283152 or 7348384. OLE color: 7348384.

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

Color convert

RGB16032112-
CMYK00.800.300.37
HSL322.5º66.67%37.65%-
HSV(B)322.5º80%62.75%-
XYZ17.949.6816.25-
YUV79.39146.41185.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603211200.800.300.37322.566.6737.65
HexA020700501E251424326
Octal240401600120364550210346
Binary10100000100000111000001010000111101001011010000101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02070; }

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

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

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

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

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

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

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

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