Html Css Color HEX #AD01BA Deep Magenta

📋 copy color: '#AD01BA'

red 173 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #AD01BA

Tints of Deep Magenta #AD01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 48.06%
G = 0.28%
B = 51.67%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD01BA (or 0xAD01BA) is known color: Deep Magenta. HEX triplet: AD, 01 and BA. RGB value is (173,1,186). Sum of RGB (Red+Green+Blue) = 173+1+186=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01BA is #52FE45. Grayscale: #484848. Windows color (decimal): -5439046 or 12190125. OLE color: 12190125.

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

Color convert

RGB 173 1 186 -
CMYK 0.07 0.99 0 0.27
HSL 295.78º 0.99% 0.37% -
HSV(B) 295.78º 0.99% 0.73% -
XYZ 26.11 12.45 47.48 -
YUV 73.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 173 1 186 0.07 0.99 0 0.27 295.78 0.99 0.37
Hex AD 1 BA 7 63 0 1B 128 63 25
Octal 255 1 272 7 143 0 33 450 143 45
Binary 10101101 1 10111010 111 1100011 0 11011 100101000 1100011 100101

Color Harmonies of #AD01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01BA

Black with #AD01BA

Text Example


Text Example

White with #AD01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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