Html Css Color HEX #A2189A Dark Magenta

📋 copy color: '#A2189A'

red 162 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A2189A

Tints of Dark Magenta #A2189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 47.65%
G = 7.06%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2189A (or 0xA2189A) is known color: Dark Magenta. HEX triplet: A2, 18 and 9A. RGB value is (162,24,154). Sum of RGB (Red+Green+Blue) = 162+24+154=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2189A is #5DE765. Grayscale: #4F4F4F. Windows color (decimal): -6154086 or 10098850. OLE color: 10098850.

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

Color convert

RGB 162 24 154 -
CMYK 0 0.85 0.05 0.36
HSL 303.48º 0.74% 0.36% -
HSV(B) 303.48º 0.85% 0.64% -
XYZ 21.06 10.67 31.52 -
YUV 80.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 162 24 154 0 0.85 0.05 0.36 303.48 0.74 0.36
Hex A2 18 9A 0 55 5 24 12F 4A 24
Octal 242 30 232 0 125 5 44 457 112 44
Binary 10100010 11000 10011010 0 1010101 101 100100 100101111 1001010 100100

Color Harmonies of #A2189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2189A

Black with #A2189A

Text Example


Text Example

White with #A2189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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