#A21255

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

Shades of Jazzberry Jam #A21255

Tints of Jazzberry Jam #A21255

Color information

#A21255 (or 0xA21255) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 55. RGB value is (162,18,85). Sum of RGB (Red+Green+Blue) = 162+18+85=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21255 is #5DEDAA. Grayscale: #444444. Windows color (decimal): -6155691 or 5575330. OLE color: 5575330.

HSL color Cylindrical-coordinate representation of color #A21255: hue angle of 332.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21255 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1621885-
CMYK00.890.480.36
HSL332.08º80%35.29%-
HSV(B)332.08º88.89%63.53%-
XYZ16.768.779.4-
YUV68.69137.21194.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=61.13%
G=6.79%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162188500.890.480.36332.088035.29
HexA21255059302414c5023
Octal242221250131604451412043
Binary10100010100101010101010110011100001001001010011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21255; }

 p { color: rgb(162,18,85); }

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

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

 a { background-color: rgb(162,18,85); }

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

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

 span { border-color: rgb(162,18,85); }

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