Html Css Color HEX #AD10C0 Deep Magenta

📋 copy color: '#AD10C0'

red 173 ◦ green 16 ◦ blue 192

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

Shades of Deep Magenta #AD10C0

Tints of Deep Magenta #AD10C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 45.41%
G = 4.2%
B = 50.39%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD10C0 (or 0xAD10C0) is known color: Deep Magenta. HEX triplet: AD, 10 and C0. RGB value is (173,16,192). Sum of RGB (Red+Green+Blue) = 173+16+192=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD10C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10C0 is #52EF3F. Grayscale: #525252. Windows color (decimal): -5435200 or 12587181. OLE color: 12587181.

HSL color Cylindrical-coordinate representation of color #AD10C0: hue angle of 293.52º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD10C0 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 16 192 -
CMYK 0.10 0.92 0 0.25
HSL 293.52º 0.85% 0.41% -
HSV(B) 293.52º 0.92% 0.75% -
XYZ 26.93 13.06 50.97 -
YUV 83.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 173 16 192 0.10 0.92 0 0.25 293.52 0.85 0.41
Hex AD 10 C0 A 5C 0 19 126 55 29
Octal 255 20 300 12 134 0 31 446 125 51
Binary 10101101 10000 11000000 1010 1011100 0 11001 100100110 1010101 101001

Color Harmonies of #AD10C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10C0

Black with #AD10C0

Text Example


Text Example

White with #AD10C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10C0; }

 p { color: rgb(173,16,192); }

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

background-color css

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

 a { background-color: rgb(173,16,192); }

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

border-color css

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

 span { border-color: rgb(173,16,192); }

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