#A20764

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

Shades of Jazzberry Jam #A20764

Tints of Jazzberry Jam #A20764

Color information

#A20764 (or 0xA20764) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 64. RGB value is (162,7,100). Sum of RGB (Red+Green+Blue) = 162+7+100=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A20764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20764 is #5DF89B. Grayscale: #3F3F3F. Windows color (decimal): -6158492 or 6555554. OLE color: 6555554.

HSL color Cylindrical-coordinate representation of color #A20764: hue angle of 324º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20764 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB1627100-
CMYK00.960.380.36
HSL324º91.72%33.14%-
HSV(B)324º95.68%63.53%-
XYZ17.288.7512.84-
YUV63.95148.35197.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=60.22%
G=2.60%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162710000.960.380.3632491.7233.14
HexA276406026241445c21
Octal24271440140464450413441
Binary101000101111100100011000001001101001001010001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20764; }

 p { color: rgb(162,7,100); }

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

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

 a { background-color: rgb(162,7,100); }

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

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

 span { border-color: rgb(162,7,100); }

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