Html Css Color HEX #AD0CB7 Deep Magenta

📋 copy color: '#AD0CB7'

red 173 ◦ green 12 ◦ blue 183

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

Shades of Deep Magenta #AD0CB7

Tints of Deep Magenta #AD0CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 47.01%
G = 3.26%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD0CB7 (or 0xAD0CB7) is known color: Deep Magenta. HEX triplet: AD, 0C and B7. RGB value is (173,12,183). Sum of RGB (Red+Green+Blue) = 173+12+183=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD0CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CB7 is #52F348. Grayscale: #4F4F4F. Windows color (decimal): -5436233 or 11996333. OLE color: 11996333.

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

Color convert

RGB 173 12 183 -
CMYK 0.05 0.93 0 0.28
HSL 296.49º 0.88% 0.38% -
HSV(B) 296.49º 0.93% 0.72% -
XYZ 25.91 12.57 45.86 -
YUV 79.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 173 12 183 0.05 0.93 0 0.28 296.49 0.88 0.38
Hex AD C B7 5 5D 0 1C 128 58 26
Octal 255 14 267 5 135 0 34 450 130 46
Binary 10101101 1100 10110111 101 1011101 0 11100 100101000 1011000 100110

Color Harmonies of #AD0CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CB7

Black with #AD0CB7

Text Example


Text Example

White with #AD0CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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