Html Css Color HEX #AD0ABA Deep Magenta

📋 copy color: '#AD0ABA'

red 173 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #AD0ABA

Tints of Deep Magenta #AD0ABA

RGB

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

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

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

R = 46.88%
G = 2.71%
B = 50.41%

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

#AD0ABA (or 0xAD0ABA) is known color: Deep Magenta. HEX triplet: AD, 0A and BA. RGB value is (173,10,186). Sum of RGB (Red+Green+Blue) = 173+10+186=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD0ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABA is #52F545. Grayscale: #4E4E4E. Windows color (decimal): -5436742 or 12192429. OLE color: 12192429.

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

Color convert

RGB 173 10 186 -
CMYK 0.07 0.95 0 0.27
HSL 295.57º 0.9% 0.38% -
HSV(B) 295.57º 0.95% 0.73% -
XYZ 26.21 12.65 47.51 -
YUV 78.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 173 10 186 0.07 0.95 0 0.27 295.57 0.9 0.38
Hex AD A BA 7 5F 0 1B 128 5A 26
Octal 255 12 272 7 137 0 33 450 132 46
Binary 10101101 1010 10111010 111 1011111 0 11011 100101000 1011010 100110

Color Harmonies of #AD0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ABA

Black with #AD0ABA

Text Example


Text Example

White with #AD0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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