#A20758

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

Shades of Jazzberry Jam #A20758

Tints of Jazzberry Jam #A20758

Color information

#A20758 (or 0xA20758) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 58. RGB value is (162,7,88). Sum of RGB (Red+Green+Blue) = 162+7+88=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A20758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20758 is #5DF8A7. Grayscale: #3E3E3E. Windows color (decimal): -6158504 or 5769122. OLE color: 5769122.

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

Color convert

RGB162788-
CMYK00.960.460.36
HSL328.65º91.72%33.14%-
HSV(B)328.65º95.68%63.53%-
XYZ16.748.5410-
YUV62.58142.35198.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=63.04%
G=2.72%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16278800.960.460.36328.6591.7233.14
HexA27580602E241495c21
Octal24271300140564451113441
Binary101000101111011000011000001011101001001010010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20758; }

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

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

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

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

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

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

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

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