Html Css Color HEX #AD08B2 Deep Magenta

📋 copy color: '#AD08B2'

red 173 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #AD08B2

Tints of Deep Magenta #AD08B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.58%

R = 48.19%
G = 2.23%
B = 49.58%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD08B2 (or 0xAD08B2) is known color: Deep Magenta. HEX triplet: AD, 08 and B2. RGB value is (173,8,178). Sum of RGB (Red+Green+Blue) = 173+8+178=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD08B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08B2 is #52F74D. Grayscale: #4C4C4C. Windows color (decimal): -5437262 or 11667629. OLE color: 11667629.

HSL color Cylindrical-coordinate representation of color #AD08B2: hue angle of 298.24º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08B2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 8 178 -
CMYK 0.03 0.96 0 0.30
HSL 298.24º 0.91% 0.36% -
HSV(B) 298.24º 0.96% 0.7% -
XYZ 25.36 12.27 43.15 -
YUV 76.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 173 8 178 0.03 0.96 0 0.30 298.24 0.91 0.36
Hex AD 8 B2 3 60 0 1E 12A 5B 24
Octal 255 10 262 3 140 0 36 452 133 44
Binary 10101101 1000 10110010 11 1100000 0 11110 100101010 1011011 100100

Color Harmonies of #AD08B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08B2

Black with #AD08B2

Text Example


Text Example

White with #AD08B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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