#A82470

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

Shades of Jazzberry Jam #A82470

Tints of Jazzberry Jam #A82470

Color information

#A82470 (or 0xA82470) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 24 and 70. RGB value is (168,36,112). Sum of RGB (Red+Green+Blue) = 168+36+112=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A82470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82470 is #57DB8F. Grayscale: #535353. Windows color (decimal): -5757840 or 7349416. OLE color: 7349416.

HSL color Cylindrical-coordinate representation of color #A82470: hue angle of 325.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82470 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16836112-
CMYK00.790.330.34
HSL325.45º64.71%40%-
HSV(B)325.45º78.57%65.88%-
XYZ19.710.7616.37-
YUV84.13143.73187.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=53.16%
G=11.39%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683611200.790.330.34325.4564.7140
HexA8247004F21221454128
Octal250441600117414250510150
Binary101010001001001110000010011111000011000101010001011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82470; }

 p { color: rgb(168,36,112); }

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

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

 a { background-color: rgb(168,36,112); }

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

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

 span { border-color: rgb(168,36,112); }

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