#A72064

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

Shades of Jazzberry Jam #A72064

Tints of Jazzberry Jam #A72064

Color information

#A72064 (or 0xA72064) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 20 and 64. RGB value is (167,32,100). Sum of RGB (Red+Green+Blue) = 167+32+100=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A72064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72064 is #58DF9B. Grayscale: #4F4F4F. Windows color (decimal): -5824412 or 6561959. OLE color: 6561959.

HSL color Cylindrical-coordinate representation of color #A72064: hue angle of 329.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72064 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16732100-
CMYK00.810.400.35
HSL329.78º67.84%39.02%-
HSV(B)329.78º80.84%65.49%-
XYZ18.7510.1713.03-
YUV80.12139.23189.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=55.85%
G=10.70%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673210000.810.400.35329.7867.8439.02
HexA72064051282314a4427
Octal247401440121504351210447
Binary101001111000001100100010100011010001000111010010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72064; }

 p { color: rgb(167,32,100); }

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

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

 a { background-color: rgb(167,32,100); }

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

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

 span { border-color: rgb(167,32,100); }

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