Html Css Color HEX #AD0CAD Deep Magenta

📋 copy color: '#AD0CAD'

red 173 ◦ green 12 ◦ blue 173

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

Shades of Deep Magenta #AD0CAD

Tints of Deep Magenta #AD0CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 48.32%
G = 3.35%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD0CAD (or 0xAD0CAD) is known color: Deep Magenta. HEX triplet: AD, 0C and AD. RGB value is (173,12,173). Sum of RGB (Red+Green+Blue) = 173+12+173=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD0CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0CAD is #52F352. Grayscale: #4E4E4E. Windows color (decimal): -5436243 or 11340973. OLE color: 11340973.

HSL color Cylindrical-coordinate representation of color #AD0CAD: hue angle of 300º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CAD is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 173 -
CMYK 0 0.93 0 0.32
HSL 300º 0.87% 0.36% -
HSV(B) 300º 0.93% 0.68% -
XYZ 24.91 12.16 40.57 -
YUV 78.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 173 12 173 0 0.93 0 0.32 300 0.87 0.36
Hex AD C AD 0 5D 0 20 12C 57 24
Octal 255 14 255 0 135 0 40 454 127 44
Binary 10101101 1100 10101101 0 1011101 0 100000 100101100 1010111 100100

Color Harmonies of #AD0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CAD

Black with #AD0CAD

Text Example


Text Example

White with #AD0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CAD; }

 p { color: rgb(173,12,173); }

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

background-color css

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

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

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

border-color css

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

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

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