Html Css Color HEX #A219A1 Dark Magenta

📋 copy color: '#A219A1'

red 162 ◦ green 25 ◦ blue 161

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

Shades of Dark Magenta #A219A1

Tints of Dark Magenta #A219A1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 46.55%
G = 7.18%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A219A1 (or 0xA219A1) is known color: Dark Magenta. HEX triplet: A2, 19 and A1. RGB value is (162,25,161). Sum of RGB (Red+Green+Blue) = 162+25+161=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A219A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219A1 is #5DE65E. Grayscale: #515151. Windows color (decimal): -6153823 or 10557858. OLE color: 10557858.

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

Color convert

RGB 162 25 161 -
CMYK 0 0.85 0.01 0.36
HSL 300.44º 0.73% 0.37% -
HSV(B) 300.44º 0.85% 0.64% -
XYZ 21.68 10.95 34.69 -
YUV 81.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 162 25 161 0 0.85 0.01 0.36 300.44 0.73 0.37
Hex A2 19 A1 0 55 1 24 12C 49 25
Octal 242 31 241 0 125 1 44 454 111 45
Binary 10100010 11001 10100001 0 1010101 1 100100 100101100 1001001 100101

Color Harmonies of #A219A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219A1

Black with #A219A1

Text Example


Text Example

White with #A219A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219A1; }

 p { color: rgb(162,25,161); }

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

background-color css

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

 a { background-color: rgb(162,25,161); }

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

border-color css

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

 span { border-color: rgb(162,25,161); }

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