#A21254

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

Shades of Jazzberry Jam #A21254

Tints of Jazzberry Jam #A21254

Color information

#A21254 (or 0xA21254) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 54. RGB value is (162,18,84). Sum of RGB (Red+Green+Blue) = 162+18+84=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A21254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21254 is #5DEDAB. Grayscale: #444444. Windows color (decimal): -6155692 or 5509794. OLE color: 5509794.

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

Color convert

RGB1621884-
CMYK00.890.480.36
HSL332.5º80%35.29%-
HSV(B)332.5º88.89%63.53%-
XYZ16.728.759.2-
YUV68.58136.71194.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=61.36%
G=6.82%
B=31.82%

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
Decimal162188400.890.480.36332.58035.29
HexA21254059302414c5023
Octal242221240131604451412043
Binary10100010100101010100010110011100001001001010011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21254; }

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

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

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

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

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

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

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

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