Html Css Color HEX #AD09AB Deep Magenta

📋 copy color: '#AD09AB'

red 173 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #AD09AB

Tints of Deep Magenta #AD09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 49.01%
G = 2.55%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD09AB (or 0xAD09AB) is known color: Deep Magenta. HEX triplet: AD, 09 and AB. RGB value is (173,9,171). Sum of RGB (Red+Green+Blue) = 173+9+171=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09AB is #52F654. Grayscale: #4C4C4C. Windows color (decimal): -5437013 or 11209133. OLE color: 11209133.

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

Color convert

RGB 173 9 171 -
CMYK 0 0.95 0.01 0.32
HSL 300.73º 0.9% 0.36% -
HSV(B) 300.73º 0.95% 0.68% -
XYZ 24.68 12.02 39.55 -
YUV 76.5 181.33 196.83 -
System Red Green Blue C M Y K H S L
Decimal 173 9 171 0 0.95 0.01 0.32 300.73 0.9 0.36
Hex AD 9 AB 0 5F 1 20 12D 5A 24
Octal 255 11 253 0 137 1 40 455 132 44
Binary 10101101 1001 10101011 0 1011111 1 100000 100101101 1011010 100100

Color Harmonies of #AD09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09AB

Black with #AD09AB

Text Example


Text Example

White with #AD09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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