#A21297

Color #A21297 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A21297

Tints of Dark Magenta #A21297

Color information

#A21297 (or 0xA21297) is unknown color: approx Dark Magenta. HEX triplet: A2, 12 and 97. RGB value is (162,18,151). Sum of RGB (Red+Green+Blue) = 162+18+151=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A21297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21297 is #5DED68. Grayscale: #4B4B4B. Windows color (decimal): -6155625 or 9900706. OLE color: 9900706.

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

Color convert

RGB16218151-
CMYK00.890.070.36
HSL304.58º80%35.29%-
HSV(B)304.58º88.89%63.53%-
XYZ20.710.3530.18-
YUV76.22170.21189.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=48.94%
G=5.44%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621815100.890.070.36304.588035.29
HexA212970597241315023
Octal24222227013174446112043
Binary101000101001010010111010110011111001001001100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21297; }

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

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

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

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

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

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

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

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