Html Css Color HEX #AD0FAB Deep Magenta

📋 copy color: '#AD0FAB'

red 173 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #AD0FAB

Tints of Deep Magenta #AD0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 48.19%
G = 4.18%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD0FAB (or 0xAD0FAB) is known color: Deep Magenta. HEX triplet: AD, 0F and AB. RGB value is (173,15,171). Sum of RGB (Red+Green+Blue) = 173+15+171=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FAB is #52F054. Grayscale: #4F4F4F. Windows color (decimal): -5435477 or 11210669. OLE color: 11210669.

HSL color Cylindrical-coordinate representation of color #AD0FAB: hue angle of 300.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0FAB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 171 -
CMYK 0 0.91 0.01 0.32
HSL 300.76º 0.84% 0.37% -
HSV(B) 300.76º 0.91% 0.68% -
XYZ 24.76 12.17 39.57 -
YUV 80.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 173 15 171 0 0.91 0.01 0.32 300.76 0.84 0.37
Hex AD F AB 0 5B 1 20 12D 54 25
Octal 255 17 253 0 133 1 40 455 124 45
Binary 10101101 1111 10101011 0 1011011 1 100000 100101101 1010100 100101

Color Harmonies of #AD0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FAB

Black with #AD0FAB

Text Example


Text Example

White with #AD0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FAB; }

 p { color: rgb(173,15,171); }

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

background-color css

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

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

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

border-color css

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

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

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