Html Css Color HEX #A2159A Dark Magenta

📋 copy color: '#A2159A'

red 162 ◦ green 21 ◦ blue 154

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

Shades of Dark Magenta #A2159A

Tints of Dark Magenta #A2159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

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

R = 48.07%
G = 6.23%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2159A (or 0xA2159A) is known color: Dark Magenta. HEX triplet: A2, 15 and 9A. RGB value is (162,21,154). Sum of RGB (Red+Green+Blue) = 162+21+154=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159A is #5DEA65. Grayscale: #4D4D4D. Windows color (decimal): -6154854 or 10098082. OLE color: 10098082.

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

Color convert

RGB 162 21 154 -
CMYK 0 0.87 0.05 0.36
HSL 303.4º 0.77% 0.36% -
HSV(B) 303.4º 0.87% 0.64% -
XYZ 21 10.55 31.5 -
YUV 78.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 162 21 154 0 0.87 0.05 0.36 303.4 0.77 0.36
Hex A2 15 9A 0 57 5 24 12F 4D 24
Octal 242 25 232 0 127 5 44 457 115 44
Binary 10100010 10101 10011010 0 1010111 101 100100 100101111 1001101 100100

Color Harmonies of #A2159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2159A

Black with #A2159A

Text Example


Text Example

White with #A2159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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