Html Css Color HEX #AD08AA Deep Magenta

📋 copy color: '#AD08AA'

red 173 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #AD08AA

Tints of Deep Magenta #AD08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 49.29%
G = 2.28%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD08AA (or 0xAD08AA) is known color: Deep Magenta. HEX triplet: AD, 08 and AA. RGB value is (173,8,170). Sum of RGB (Red+Green+Blue) = 173+8+170=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08AA is #52F755. Grayscale: #4B4B4B. Windows color (decimal): -5437270 or 11143341. OLE color: 11143341.

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

Color convert

RGB 173 8 170 -
CMYK 0 0.95 0.02 0.32
HSL 301.09º 0.91% 0.35% -
HSV(B) 301.09º 0.95% 0.68% -
XYZ 24.58 11.96 39.04 -
YUV 75.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 173 8 170 0 0.95 0.02 0.32 301.09 0.91 0.35
Hex AD 8 AA 0 5F 2 20 12D 5B 23
Octal 255 10 252 0 137 2 40 455 133 43
Binary 10101101 1000 10101010 0 1011111 10 100000 100101101 1011011 100011

Color Harmonies of #AD08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08AA

Black with #AD08AA

Text Example


Text Example

White with #AD08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08AA; }

 p { color: rgb(173,8,170); }

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

background-color css

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

 a { background-color: rgb(173,8,170); }

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

border-color css

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

 span { border-color: rgb(173,8,170); }

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