Html Css Color HEX #A2059A Dark Magenta

📋 copy color: '#A2059A'

red 162 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #A2059A

Tints of Dark Magenta #A2059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 50.47%
G = 1.56%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2059A (or 0xA2059A) is known color: Dark Magenta. HEX triplet: A2, 05 and 9A. RGB value is (162,5,154). Sum of RGB (Red+Green+Blue) = 162+5+154=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2059A is #5DFA65. Grayscale: #444444. Windows color (decimal): -6158950 or 10093986. OLE color: 10093986.

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

Color convert

RGB 162 5 154 -
CMYK 0 0.97 0.05 0.36
HSL 303.06º 0.94% 0.33% -
HSV(B) 303.06º 0.97% 0.64% -
XYZ 20.79 10.12 31.43 -
YUV 68.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 162 5 154 0 0.97 0.05 0.36 303.06 0.94 0.33
Hex A2 5 9A 0 61 5 24 12F 5E 21
Octal 242 5 232 0 141 5 44 457 136 41
Binary 10100010 101 10011010 0 1100001 101 100100 100101111 1011110 100001

Color Harmonies of #A2059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2059A

Black with #A2059A

Text Example


Text Example

White with #A2059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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