Html Css Color HEX #AD0ABB Deep Magenta

📋 copy color: '#AD0ABB'

red 173 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #AD0ABB

Tints of Deep Magenta #AD0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 46.76%
G = 2.7%
B = 50.54%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0ABB (or 0xAD0ABB) is known color: Deep Magenta. HEX triplet: AD, 0A and BB. RGB value is (173,10,187). Sum of RGB (Red+Green+Blue) = 173+10+187=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABB is #52F544. Grayscale: #4E4E4E. Windows color (decimal): -5436741 or 12257965. OLE color: 12257965.

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

Color convert

RGB 173 10 187 -
CMYK 0.07 0.95 0 0.27
HSL 295.25º 0.9% 0.39% -
HSV(B) 295.25º 0.95% 0.73% -
XYZ 26.31 12.69 48.08 -
YUV 78.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 173 10 187 0.07 0.95 0 0.27 295.25 0.9 0.39
Hex AD A BB 7 5F 0 1B 127 5A 27
Octal 255 12 273 7 137 0 33 447 132 47
Binary 10101101 1010 10111011 111 1011111 0 11011 100100111 1011010 100111

Color Harmonies of #AD0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ABB

Black with #AD0ABB

Text Example


Text Example

White with #AD0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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