Html Css Color HEX #AD09A8 Dark Magenta

📋 copy color: '#AD09A8'

red 173 ◦ green 9 ◦ blue 168

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

Shades of Dark Magenta #AD09A8

Tints of Dark Magenta #AD09A8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 173 9 168 -
CMYK 0 0.95 0.03 0.32
HSL 301.83º 0.9% 0.36% -
HSV(B) 301.83º 0.95% 0.68% -
XYZ 24.4 11.91 38.06 -
YUV 76.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 173 9 168 0 0.95 0.03 0.32 301.83 0.9 0.36
Hex AD 9 A8 0 5F 3 20 12E 5A 24
Octal 255 11 250 0 137 3 40 456 132 44
Binary 10101101 1001 10101000 0 1011111 11 100000 100101110 1011010 100100

Color Harmonies of #AD09A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09A8

Black with #AD09A8

Text Example


Text Example

White with #AD09A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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