#A20358

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

Shades of Jazzberry Jam #A20358

Tints of Jazzberry Jam #A20358

Color information

#A20358 (or 0xA20358) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 58. RGB value is (162,3,88). Sum of RGB (Red+Green+Blue) = 162+3+88=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A20358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20358 is #5DFCA7. Grayscale: #3C3C3C. Windows color (decimal): -6159528 or 5768098. OLE color: 5768098.

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

Color convert

RGB162388-
CMYK00.980.460.36
HSL327.92º96.36%32.35%-
HSV(B)327.92º98.15%63.53%-
XYZ16.698.459.98-
YUV60.23143.68200.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=64.03%
G=1.19%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16238800.980.460.36327.9296.3632.35
HexA23580622E241486020
Octal24231300142564451014040
Binary10100010111011000011000101011101001001010010001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20358; }

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

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

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

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

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

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

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

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