#a20d58

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

Shades of Jazzberry Jam #A20D58

Tints of Jazzberry Jam #A20D58

Color information

#A20D58 (or 0xA20D58) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0D and 58. RGB value is (162,13,88). Sum of RGB (Red+Green+Blue) = 162+13+88=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D58 is #5DF2A7. Grayscale: #414141. Windows color (decimal): -6156968 or 5770658. OLE color: 5770658.

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

Color convert

RGB1621388-
CMYK00.920.460.36
HSL329.8º85.14%34.31%-
HSV(B)329.8º91.98%63.53%-
XYZ16.818.6710.02-
YUV66.1140.36196.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 13 (5.47% from 255) = 4.94%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=61.60%
G=4.94%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162138800.920.460.36329.885.1434.31
HexA2D5805C2E2414a5522
Octal242151300134564451212542
Binary1010001011011011000010111001011101001001010010101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a20d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a20d58; }

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

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

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

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

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

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

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

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