Html Css Color HEX #AD08C2 Deep Magenta

📋 copy color: '#AD08C2'

red 173 ◦ green 8 ◦ blue 194

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

Shades of Deep Magenta #AD08C2

Tints of Deep Magenta #AD08C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.73%

R = 46.13%
G = 2.13%
B = 51.73%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD08C2 (or 0xAD08C2) is known color: Deep Magenta. HEX triplet: AD, 08 and C2. RGB value is (173,8,194). Sum of RGB (Red+Green+Blue) = 173+8+194=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD08C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08C2 is #52F73D. Grayscale: #4D4D4D. Windows color (decimal): -5437246 or 12716205. OLE color: 12716205.

HSL color Cylindrical-coordinate representation of color #AD08C2: hue angle of 293.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08C2 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 8 194 -
CMYK 0.11 0.96 0 0.24
HSL 293.23º 0.92% 0.4% -
HSV(B) 293.23º 0.96% 0.76% -
XYZ 27.06 12.95 52.11 -
YUV 78.54 193.16 195.38 -
System Red Green Blue C M Y K H S L
Decimal 173 8 194 0.11 0.96 0 0.24 293.23 0.92 0.4
Hex AD 8 C2 B 60 0 18 125 5C 28
Octal 255 10 302 13 140 0 30 445 134 50
Binary 10101101 1000 11000010 1011 1100000 0 11000 100100101 1011100 101000

Color Harmonies of #AD08C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08C2

Black with #AD08C2

Text Example


Text Example

White with #AD08C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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