Html Css Color HEX #AD0AB6 Deep Magenta

📋 copy color: '#AD0AB6'

red 173 ◦ green 10 ◦ blue 182

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

Shades of Deep Magenta #AD0AB6

Tints of Deep Magenta #AD0AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 47.4%
G = 2.74%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD0AB6 (or 0xAD0AB6) is known color: Deep Magenta. HEX triplet: AD, 0A and B6. RGB value is (173,10,182). Sum of RGB (Red+Green+Blue) = 173+10+182=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD0AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AB6 is #52F549. Grayscale: #4D4D4D. Windows color (decimal): -5436746 or 11930285. OLE color: 11930285.

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

Color convert

RGB 173 10 182 -
CMYK 0.05 0.95 0 0.29
HSL 296.86º 0.9% 0.38% -
HSV(B) 296.86º 0.95% 0.71% -
XYZ 25.79 12.48 45.31 -
YUV 78.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 173 10 182 0.05 0.95 0 0.29 296.86 0.9 0.38
Hex AD A B6 5 5F 0 1D 129 5A 26
Octal 255 12 266 5 137 0 35 451 132 46
Binary 10101101 1010 10110110 101 1011111 0 11101 100101001 1011010 100110

Color Harmonies of #AD0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AB6

Black with #AD0AB6

Text Example


Text Example

White with #AD0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AB6; }

 p { color: rgb(173,10,182); }

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

background-color css

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

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

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

border-color css

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

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

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