Html Css Color HEX #A2169E Dark Magenta

📋 copy color: '#A2169E'

red 162 ◦ green 22 ◦ blue 158

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

Shades of Dark Magenta #A2169E

Tints of Dark Magenta #A2169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 47.37%
G = 6.43%
B = 46.2%

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

#A2169E (or 0xA2169E) is known color: Dark Magenta. HEX triplet: A2, 16 and 9E. RGB value is (162,22,158). Sum of RGB (Red+Green+Blue) = 162+22+158=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2169E is #5DE961. Grayscale: #4E4E4E. Windows color (decimal): -6154594 or 10360482. OLE color: 10360482.

HSL color Cylindrical-coordinate representation of color #A2169E: hue angle of 301.71º degrees, saturation: 0.76, 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 #A2169E is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 22 158 -
CMYK 0 0.86 0.02 0.36
HSL 301.71º 0.76% 0.36% -
HSV(B) 301.71º 0.86% 0.64% -
XYZ 21.36 10.72 33.29 -
YUV 79.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 162 22 158 0 0.86 0.02 0.36 301.71 0.76 0.36
Hex A2 16 9E 0 56 2 24 12E 4C 24
Octal 242 26 236 0 126 2 44 456 114 44
Binary 10100010 10110 10011110 0 1010110 10 100100 100101110 1001100 100100

Color Harmonies of #A2169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2169E

Black with #A2169E

Text Example


Text Example

White with #A2169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2169E; }

 p { color: rgb(162,22,158); }

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

background-color css

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

 a { background-color: rgb(162,22,158); }

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

border-color css

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

 span { border-color: rgb(162,22,158); }

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