Html Css Color HEX #A205AD Dark Magenta

📋 copy color: '#A205AD'

red 162 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #A205AD

Tints of Dark Magenta #A205AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 47.65%
G = 1.47%
B = 50.88%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A205AD (or 0xA205AD) is known color: Dark Magenta. HEX triplet: A2, 05 and AD. RGB value is (162,5,173). Sum of RGB (Red+Green+Blue) = 162+5+173=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #A205AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A205AD is #5DFA52. Grayscale: #464646. Windows color (decimal): -6158931 or 11339170. OLE color: 11339170.

HSL color Cylindrical-coordinate representation of color #A205AD: hue angle of 296.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205AD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 5 173 -
CMYK 0.06 0.97 0 0.32
HSL 296.07º 0.94% 0.35% -
HSV(B) 296.07º 0.97% 0.68% -
XYZ 22.5 10.81 40.44 -
YUV 71.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 162 5 173 0.06 0.97 0 0.32 296.07 0.94 0.35
Hex A2 5 AD 6 61 0 20 128 5E 23
Octal 242 5 255 6 141 0 40 450 136 43
Binary 10100010 101 10101101 110 1100001 0 100000 100101000 1011110 100011

Color Harmonies of #A205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205AD

Black with #A205AD

Text Example


Text Example

White with #A205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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