Html Css Color HEX #A409AD Dark Magenta

📋 copy color: '#A409AD'

red 164 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #A409AD

Tints of Dark Magenta #A409AD

RGB

 RED value IS 164 (64.45% from 255) = 47.4%

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 47.4%
G = 2.6%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A409AD (or 0xA409AD) is known color: Dark Magenta. HEX triplet: A4, 09 and AD. RGB value is (164,9,173). Sum of RGB (Red+Green+Blue) = 164+9+173=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #A409AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409AD is #5BF652. Grayscale: #494949. Windows color (decimal): -6026835 or 11340196. OLE color: 11340196.

HSL color Cylindrical-coordinate representation of color #A409AD: hue angle of 296.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409AD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 9 173 -
CMYK 0.05 0.95 0 0.32
HSL 296.71º 0.9% 0.36% -
HSV(B) 296.71º 0.95% 0.68% -
XYZ 22.95 11.11 40.47 -
YUV 74.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 164 9 173 0.05 0.95 0 0.32 296.71 0.9 0.36
Hex A4 9 AD 5 5F 0 20 129 5A 24
Octal 244 11 255 5 137 0 40 451 132 44
Binary 10100100 1001 10101101 101 1011111 0 100000 100101001 1011010 100100

Color Harmonies of #A409AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409AD

Black with #A409AD

Text Example


Text Example

White with #A409AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409AD; }

 p { color: rgb(164,9,173); }

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

background-color css

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

 a { background-color: rgb(164,9,173); }

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

border-color css

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

 span { border-color: rgb(164,9,173); }

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