Html Css Color HEX #AD0CB5 Deep Magenta

📋 copy color: '#AD0CB5'

red 173 ◦ green 12 ◦ blue 181

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

Shades of Deep Magenta #AD0CB5

Tints of Deep Magenta #AD0CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 47.27%
G = 3.28%
B = 49.45%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD0CB5 (or 0xAD0CB5) is known color: Deep Magenta. HEX triplet: AD, 0C and B5. RGB value is (173,12,181). Sum of RGB (Red+Green+Blue) = 173+12+181=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD0CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CB5 is #52F34A. Grayscale: #4E4E4E. Windows color (decimal): -5436235 or 11865261. OLE color: 11865261.

HSL color Cylindrical-coordinate representation of color #AD0CB5: hue angle of 297.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CB5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 12 181 -
CMYK 0.04 0.93 0 0.29
HSL 297.16º 0.88% 0.38% -
HSV(B) 297.16º 0.93% 0.71% -
XYZ 25.71 12.48 44.77 -
YUV 79.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 173 12 181 0.04 0.93 0 0.29 297.16 0.88 0.38
Hex AD C B5 4 5D 0 1D 129 58 26
Octal 255 14 265 4 135 0 35 451 130 46
Binary 10101101 1100 10110101 100 1011101 0 11101 100101001 1011000 100110

Color Harmonies of #AD0CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CB5

Black with #AD0CB5

Text Example


Text Example

White with #AD0CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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