#A20E68

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

Shades of Jazzberry Jam #A20E68

Tints of Jazzberry Jam #A20E68

Color information

#A20E68 (or 0xA20E68) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 68. RGB value is (162,14,104). Sum of RGB (Red+Green+Blue) = 162+14+104=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E68 is #5DF197. Grayscale: #444444. Windows color (decimal): -6156696 or 6819490. OLE color: 6819490.

HSL color Cylindrical-coordinate representation of color #A20E68: hue angle of 323.51º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E68 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16214104-
CMYK00.910.360.36
HSL323.51º84.09%34.51%-
HSV(B)323.51º91.36%63.53%-
XYZ17.568.9913.91-
YUV68.51148.03194.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=57.86%
G=5%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621410400.910.360.36323.5184.0934.51
HexA2E6805B24241445423
Octal242161500133444450412443
Binary1010001011101101000010110111001001001001010001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E68; }

 p { color: rgb(162,14,104); }

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

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

 a { background-color: rgb(162,14,104); }

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

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

 span { border-color: rgb(162,14,104); }

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