#A21156

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

Shades of Jazzberry Jam #A21156

Tints of Jazzberry Jam #A21156

Color information

#A21156 (or 0xA21156) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 56. RGB value is (162,17,86). Sum of RGB (Red+Green+Blue) = 162+17+86=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21156 is #5DEEA9. Grayscale: #444444. Windows color (decimal): -6155946 or 5640610. OLE color: 5640610.

HSL color Cylindrical-coordinate representation of color #A21156: hue angle of 331.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21156 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1621786-
CMYK00.900.470.36
HSL331.45º81.01%35.1%-
HSV(B)331.45º89.51%63.53%-
XYZ16.788.759.61-
YUV68.22138.04194.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=61.13%
G=6.42%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162178600.900.470.36331.4581.0135.1
HexA2115605A2F2414b5123
Octal242211260132574451312143
Binary10100010100011010110010110101011111001001010010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21156; }

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

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

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

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

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

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

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

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