#A02270

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

Shades of Jazzberry Jam #A02270

Tints of Jazzberry Jam #A02270

Color information

#A02270 (or 0xA02270) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 22 and 70. RGB value is (160,34,112). Sum of RGB (Red+Green+Blue) = 160+34+112=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A02270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02270 is #5FDD8F. Grayscale: #505050. Windows color (decimal): -6282640 or 7348896. OLE color: 7348896.

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

Color convert

RGB16034112-
CMYK00.790.300.37
HSL322.86º64.95%38.04%-
HSV(B)322.86º78.75%62.75%-
XYZ17.999.7916.27-
YUV80.57145.74184.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=52.29%
G=11.11%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603411200.790.300.37322.8664.9538.04
HexA0227004F1E251434126
Octal240421600117364550310146
Binary10100000100010111000001001111111101001011010000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02270; }

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

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

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

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

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

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

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

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