#A20258

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

Shades of Jazzberry Jam #A20258

Tints of Jazzberry Jam #A20258

Color information

#A20258 (or 0xA20258) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 02 and 58. RGB value is (162,2,88). Sum of RGB (Red+Green+Blue) = 162+2+88=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20258 is #5DFDA7. Grayscale: #3B3B3B. Windows color (decimal): -6159784 or 5767842. OLE color: 5767842.

HSL color Cylindrical-coordinate representation of color #A20258: hue angle of 327.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20258 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB162288-
CMYK00.990.460.36
HSL327.75º97.56%32.16%-
HSV(B)327.75º98.77%63.53%-
XYZ16.688.439.98-
YUV59.64144.01201.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=64.29%
G=0.79%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16228800.990.460.36327.7597.5632.16
HexA22580632E241486220
Octal24221300143564451014240
Binary10100010101011000011000111011101001001010010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20258; }

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

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

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

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

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

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

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

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