#A21F9A

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

Shades of Dark Magenta #A21F9A

Tints of Dark Magenta #A21F9A

Color information

#A21F9A (or 0xA21F9A) is unknown color: approx Dark Magenta. HEX triplet: A2, 1F and 9A. RGB value is (162,31,154). Sum of RGB (Red+Green+Blue) = 162+31+154=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F9A is #5DE065. Grayscale: #535353. Windows color (decimal): -6152294 or 10100642. OLE color: 10100642.

HSL color Cylindrical-coordinate representation of color #A21F9A: hue angle of 303.66º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F9A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16231154-
CMYK00.810.050.36
HSL303.66º67.88%37.84%-
HSV(B)303.66º80.86%63.53%-
XYZ21.2210.9931.58-
YUV84.19167.4183.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=46.69%
G=8.93%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623115400.810.050.36303.6667.8837.84
HexA21F9A0515241304426
Octal24237232012154446010446
Binary101000101111110011010010100011011001001001100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F9A; }

 p { color: rgb(162,31,154); }

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

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

 a { background-color: rgb(162,31,154); }

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

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

 span { border-color: rgb(162,31,154); }

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