#A72165

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

Shades of Jazzberry Jam #A72165

Tints of Jazzberry Jam #A72165

Color information

#A72165 (or 0xA72165) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 21 and 65. RGB value is (167,33,101). Sum of RGB (Red+Green+Blue) = 167+33+101=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A72165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72165 is #58DE9A. Grayscale: #505050. Windows color (decimal): -5824155 or 6627751. OLE color: 6627751.

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

Color convert

RGB16733101-
CMYK00.800.400.35
HSL329.55º67%39.22%-
HSV(B)329.55º80.24%65.49%-
XYZ18.8310.2413.3-
YUV80.82139.39189.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=55.48%
G=10.96%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673310100.800.400.35329.556739.22
HexA72165050282314a4327
Octal247411450120504351210347
Binary101001111000011100101010100001010001000111010010101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72165; }

 p { color: rgb(167,33,101); }

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

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

 a { background-color: rgb(167,33,101); }

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

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

 span { border-color: rgb(167,33,101); }

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