Html Css Color HEX #AD10BA Deep Magenta

📋 copy color: '#AD10BA'

red 173 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #AD10BA

Tints of Deep Magenta #AD10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 46.13%
G = 4.27%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD10BA (or 0xAD10BA) is known color: Deep Magenta. HEX triplet: AD, 10 and BA. RGB value is (173,16,186). Sum of RGB (Red+Green+Blue) = 173+16+186=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10BA is #52EF45. Grayscale: #515151. Windows color (decimal): -5435206 or 12193965. OLE color: 12193965.

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

Color convert

RGB 173 16 186 -
CMYK 0.07 0.91 0 0.27
HSL 295.41º 0.84% 0.4% -
HSV(B) 295.41º 0.91% 0.73% -
XYZ 26.28 12.8 47.54 -
YUV 82.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 173 16 186 0.07 0.91 0 0.27 295.41 0.84 0.4
Hex AD 10 BA 7 5B 0 1B 127 54 28
Octal 255 20 272 7 133 0 33 447 124 50
Binary 10101101 10000 10111010 111 1011011 0 11011 100100111 1010100 101000

Color Harmonies of #AD10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10BA

Black with #AD10BA

Text Example


Text Example

White with #AD10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10BA; }

 p { color: rgb(173,16,186); }

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

background-color css

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

 a { background-color: rgb(173,16,186); }

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

border-color css

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

 span { border-color: rgb(173,16,186); }

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