Html Css Color HEX #AD0ABF Deep Magenta

📋 copy color: '#AD0ABF'

red 173 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #AD0ABF

Tints of Deep Magenta #AD0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 46.26%
G = 2.67%
B = 51.07%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD0ABF (or 0xAD0ABF) is known color: Deep Magenta. HEX triplet: AD, 0A and BF. RGB value is (173,10,191). Sum of RGB (Red+Green+Blue) = 173+10+191=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABF is #52F540. Grayscale: #4E4E4E. Windows color (decimal): -5436737 or 12520109. OLE color: 12520109.

HSL color Cylindrical-coordinate representation of color #AD0ABF: hue angle of 294.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ABF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 10 191 -
CMYK 0.09 0.95 0 0.25
HSL 294.03º 0.9% 0.39% -
HSV(B) 294.03º 0.95% 0.75% -
XYZ 26.75 12.86 50.36 -
YUV 79.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 173 10 191 0.09 0.95 0 0.25 294.03 0.9 0.39
Hex AD A BF 9 5F 0 19 126 5A 27
Octal 255 12 277 11 137 0 31 446 132 47
Binary 10101101 1010 10111111 1001 1011111 0 11001 100100110 1011010 100111

Color Harmonies of #AD0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ABF

Black with #AD0ABF

Text Example


Text Example

White with #AD0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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