Html Css Color HEX #A2169A Dark Magenta

📋 copy color: '#A2169A'

red 162 ◦ green 22 ◦ blue 154

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

Shades of Dark Magenta #A2169A

Tints of Dark Magenta #A2169A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 47.93%
G = 6.51%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2169A (or 0xA2169A) is known color: Dark Magenta. HEX triplet: A2, 16 and 9A. RGB value is (162,22,154). Sum of RGB (Red+Green+Blue) = 162+22+154=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2169A is #5DE965. Grayscale: #4E4E4E. Windows color (decimal): -6154598 or 10098338. OLE color: 10098338.

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

Color convert

RGB 162 22 154 -
CMYK 0 0.86 0.05 0.36
HSL 303.43º 0.76% 0.36% -
HSV(B) 303.43º 0.86% 0.64% -
XYZ 21.02 10.59 31.51 -
YUV 78.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 162 22 154 0 0.86 0.05 0.36 303.43 0.76 0.36
Hex A2 16 9A 0 56 5 24 12F 4C 24
Octal 242 26 232 0 126 5 44 457 114 44
Binary 10100010 10110 10011010 0 1010110 101 100100 100101111 1001100 100100

Color Harmonies of #A2169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2169A

Black with #A2169A

Text Example


Text Example

White with #A2169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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