#A20762

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

Shades of Jazzberry Jam #A20762

Tints of Jazzberry Jam #A20762

Color information

#A20762 (or 0xA20762) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 62. RGB value is (162,7,98). Sum of RGB (Red+Green+Blue) = 162+7+98=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20762 is #5DF89D. Grayscale: #3F3F3F. Windows color (decimal): -6158494 or 6424482. OLE color: 6424482.

HSL color Cylindrical-coordinate representation of color #A20762: hue angle of 324.77º 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 #A20762 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB162798-
CMYK00.960.400.36
HSL324.77º91.72%33.14%-
HSV(B)324.77º95.68%63.53%-
XYZ17.188.7212.33-
YUV63.72147.35198.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=60.67%
G=2.62%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16279800.960.400.36324.7791.7233.14
HexA276206028241455c21
Octal24271420140504450513441
Binary101000101111100010011000001010001001001010001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20762; }

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

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

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

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

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

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

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

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