#A20E6A

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

Shades of Jazzberry Jam #A20E6A

Tints of Jazzberry Jam #A20E6A

Color information

#A20E6A (or 0xA20E6A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 6A. RGB value is (162,14,106). Sum of RGB (Red+Green+Blue) = 162+14+106=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E6A is #5DF195. Grayscale: #444444. Windows color (decimal): -6156694 or 6950562. OLE color: 6950562.

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

Color convert

RGB16214106-
CMYK00.910.350.36
HSL322.7º84.09%34.51%-
HSV(B)322.7º91.36%63.53%-
XYZ17.669.0414.45-
YUV68.74149.03194.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=57.45%
G=4.96%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621410600.910.350.36322.784.0934.51
HexA2E6A05B23241435423
Octal242161520133434450312443
Binary1010001011101101010010110111000111001001010000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E6A; }

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

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

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

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

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

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

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

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