#A21A53

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

Shades of Jazzberry Jam #A21A53

Tints of Jazzberry Jam #A21A53

Color information

#A21A53 (or 0xA21A53) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1A and 53. RGB value is (162,26,83). Sum of RGB (Red+Green+Blue) = 162+26+83=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A53 is #5DE5AC. Grayscale: #494949. Windows color (decimal): -6153645 or 5446306. OLE color: 5446306.

HSL color Cylindrical-coordinate representation of color #A21A53: hue angle of 334.85º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A53 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1622683-
CMYK00.840.490.36
HSL334.85º72.34%36.86%-
HSV(B)334.85º83.95%63.53%-
XYZ16.839.049.04-
YUV73.16133.56191.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=59.78%
G=9.59%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162268300.840.490.36334.8572.3436.86
HexA21A53054312414f4825
Octal242321230124614451711045
Binary10100010110101010011010101001100011001001010011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A53; }

 p { color: rgb(162,26,83); }

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

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

 a { background-color: rgb(162,26,83); }

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

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

 span { border-color: rgb(162,26,83); }

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