#A20756

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

Shades of Jazzberry Jam #A20756

Tints of Jazzberry Jam #A20756

Color information

#A20756 (or 0xA20756) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 56. RGB value is (162,7,86). Sum of RGB (Red+Green+Blue) = 162+7+86=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A20756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20756 is #5DF8A9. Grayscale: #3E3E3E. Windows color (decimal): -6158506 or 5638050. OLE color: 5638050.

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

Color convert

RGB162786-
CMYK00.960.470.36
HSL329.42º91.72%33.14%-
HSV(B)329.42º95.68%63.53%-
XYZ16.668.519.57-
YUV62.35141.35199.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=63.53%
G=2.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16278600.960.470.36329.4291.7233.14
HexA27560602F241495c21
Octal24271260140574451113441
Binary101000101111010110011000001011111001001010010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20756; }

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

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

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

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

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

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

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

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