Html Css Color HEX #A809AD Dark Magenta

📋 copy color: '#A809AD'

red 168 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #A809AD

Tints of Dark Magenta #A809AD

RGB

 RED value IS 168 (66.02% from 255) = 48%

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

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

R = 48%
G = 2.57%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A809AD (or 0xA809AD) is known color: Dark Magenta. HEX triplet: A8, 09 and AD. RGB value is (168,9,173). Sum of RGB (Red+Green+Blue) = 168+9+173=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A809AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A809AD is #57F652. Grayscale: #4A4A4A. Windows color (decimal): -5764691 or 11340200. OLE color: 11340200.

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

Color convert

RGB 168 9 173 -
CMYK 0.03 0.95 0 0.32
HSL 298.17º 0.9% 0.36% -
HSV(B) 298.17º 0.95% 0.68% -
XYZ 23.79 11.54 40.51 -
YUV 75.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 168 9 173 0.03 0.95 0 0.32 298.17 0.9 0.36
Hex A8 9 AD 3 5F 0 20 12A 5A 24
Octal 250 11 255 3 137 0 40 452 132 44
Binary 10101000 1001 10101101 11 1011111 0 100000 100101010 1011010 100100

Color Harmonies of #A809AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809AD

Black with #A809AD

Text Example


Text Example

White with #A809AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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