Html Css Color HEX #A21FA0 Dark Magenta

📋 copy color: '#A21FA0'

red 162 ◦ green 31 ◦ blue 160

#A21FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A21FA0

Tints of Dark Magenta #A21FA0

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 160 (62.89% from 255) = 45.33%

R = 45.89%
G = 8.78%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A21FA0 (or 0xA21FA0) is known color: Dark Magenta. HEX triplet: A2, 1F and A0. RGB value is (162,31,160). Sum of RGB (Red+Green+Blue) = 162+31+160=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A21FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FA0 is #5DE05F. Grayscale: #545454. Windows color (decimal): -6152288 or 10493858. OLE color: 10493858.

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

Color convert

RGB 162 31 160 -
CMYK 0 0.81 0.01 0.36
HSL 300.92º 0.68% 0.38% -
HSV(B) 300.92º 0.81% 0.64% -
XYZ 21.74 11.2 34.27 -
YUV 84.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 162 31 160 0 0.81 0.01 0.36 300.92 0.68 0.38
Hex A2 1F A0 0 51 1 24 12D 44 26
Octal 242 37 240 0 121 1 44 455 104 46
Binary 10100010 11111 10100000 0 1010001 1 100100 100101101 1000100 100110

Color Harmonies of #A21FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FA0

Black with #A21FA0

Text Example


Text Example

White with #A21FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FA0; }

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

 H1.HeaderClassName
 {
   color: #A21FA0;
 }
 .AnyTagClassName
 {
   color: #A21FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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