Html Css Color HEX #AD05C2 Deep Magenta

📋 copy color: '#AD05C2'

red 173 ◦ green 5 ◦ blue 194

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

Shades of Deep Magenta #AD05C2

Tints of Deep Magenta #AD05C2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 46.51%
G = 1.34%
B = 52.15%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD05C2 (or 0xAD05C2) is known color: Deep Magenta. HEX triplet: AD, 05 and C2. RGB value is (173,5,194). Sum of RGB (Red+Green+Blue) = 173+5+194=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD05C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05C2 is #52FA3D. Grayscale: #4C4C4C. Windows color (decimal): -5438014 or 12715437. OLE color: 12715437.

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

Color convert

RGB 173 5 194 -
CMYK 0.11 0.97 0 0.24
HSL 293.33º 0.95% 0.39% -
HSV(B) 293.33º 0.97% 0.76% -
XYZ 27.03 12.89 52.1 -
YUV 76.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 173 5 194 0.11 0.97 0 0.24 293.33 0.95 0.39
Hex AD 5 C2 B 61 0 18 125 5F 27
Octal 255 5 302 13 141 0 30 445 137 47
Binary 10101101 101 11000010 1011 1100001 0 11000 100100101 1011111 100111

Color Harmonies of #AD05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05C2

Black with #AD05C2

Text Example


Text Example

White with #AD05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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