Html Css Color HEX #A2179F Dark Magenta

📋 copy color: '#A2179F'

red 162 ◦ green 23 ◦ blue 159

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

Shades of Dark Magenta #A2179F

Tints of Dark Magenta #A2179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 47.09%
G = 6.69%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2179F (or 0xA2179F) is known color: Dark Magenta. HEX triplet: A2, 17 and 9F. RGB value is (162,23,159). Sum of RGB (Red+Green+Blue) = 162+23+159=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2179F is #5DE860. Grayscale: #4F4F4F. Windows color (decimal): -6154337 or 10426274. OLE color: 10426274.

HSL color Cylindrical-coordinate representation of color #A2179F: hue angle of 301.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2179F is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 159 -
CMYK 0 0.86 0.02 0.36
HSL 301.3º 0.75% 0.36% -
HSV(B) 301.3º 0.86% 0.64% -
XYZ 21.46 10.8 33.75 -
YUV 80.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 162 23 159 0 0.86 0.02 0.36 301.3 0.75 0.36
Hex A2 17 9F 0 56 2 24 12D 4B 24
Octal 242 27 237 0 126 2 44 455 113 44
Binary 10100010 10111 10011111 0 1010110 10 100100 100101101 1001011 100100

Color Harmonies of #A2179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2179F

Black with #A2179F

Text Example


Text Example

White with #A2179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2179F; }

 p { color: rgb(162,23,159); }

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

background-color css

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

 a { background-color: rgb(162,23,159); }

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

border-color css

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

 span { border-color: rgb(162,23,159); }

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