Html Css Color HEX #A905AD Dark Magenta

📋 copy color: '#A905AD'

red 169 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #A905AD

Tints of Dark Magenta #A905AD

RGB

 RED value IS 169 (66.41% from 255) = 48.7%

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

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

R = 48.7%
G = 1.44%
B = 49.86%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A905AD (or 0xA905AD) is known color: Dark Magenta. HEX triplet: A9, 05 and AD. RGB value is (169,5,173). Sum of RGB (Red+Green+Blue) = 169+5+173=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #A905AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A905AD is #56FA52. Grayscale: #484848. Windows color (decimal): -5700179 or 11339177. OLE color: 11339177.

HSL color Cylindrical-coordinate representation of color #A905AD: hue angle of 298.57º 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 #A905AD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 5 173 -
CMYK 0.02 0.97 0 0.32
HSL 298.57º 0.94% 0.35% -
HSV(B) 298.57º 0.97% 0.68% -
XYZ 23.96 11.56 40.5 -
YUV 73.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 169 5 173 0.02 0.97 0 0.32 298.57 0.94 0.35
Hex A9 5 AD 2 61 0 20 12B 5E 23
Octal 251 5 255 2 141 0 40 453 136 43
Binary 10101001 101 10101101 10 1100001 0 100000 100101011 1011110 100011

Color Harmonies of #A905AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A905AD

Black with #A905AD

Text Example


Text Example

White with #A905AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A905AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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