#A20D64

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

Shades of Jazzberry Jam #A20D64

Tints of Jazzberry Jam #A20D64

Color information

#A20D64 (or 0xA20D64) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0D and 64. RGB value is (162,13,100). Sum of RGB (Red+Green+Blue) = 162+13+100=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D64 is #5DF29B. Grayscale: #434343. Windows color (decimal): -6156956 or 6557090. OLE color: 6557090.

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

Color convert

RGB16213100-
CMYK00.920.380.36
HSL324.97º85.14%34.31%-
HSV(B)324.97º91.98%63.53%-
XYZ17.348.8912.86-
YUV67.47146.36195.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=58.91%
G=4.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621310000.920.380.36324.9785.1434.31
HexA2D6405C26241455522
Octal242151440134464450512542
Binary1010001011011100100010111001001101001001010001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20D64; }

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

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

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

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

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

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

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

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