Html Css Color HEX #AD01A2 Dark Magenta

📋 copy color: '#AD01A2'

red 173 ◦ green 1 ◦ blue 162

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

Shades of Dark Magenta #AD01A2

Tints of Dark Magenta #AD01A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.21%

R = 51.49%
G = 0.3%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD01A2 (or 0xAD01A2) is known color: Dark Magenta. HEX triplet: AD, 01 and A2. RGB value is (173,1,162). Sum of RGB (Red+Green+Blue) = 173+1+162=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A2 is #52FE5D. Grayscale: #464646. Windows color (decimal): -5439070 or 10617261. OLE color: 10617261.

HSL color Cylindrical-coordinate representation of color #AD01A2: hue angle of 303.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01A2 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 162 -
CMYK 0 0.99 0.06 0.32
HSL 303.84º 0.99% 0.34% -
HSV(B) 303.84º 0.99% 0.68% -
XYZ 23.77 11.51 35.15 -
YUV 70.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 173 1 162 0 0.99 0.06 0.32 303.84 0.99 0.34
Hex AD 1 A2 0 63 6 20 130 63 22
Octal 255 1 242 0 143 6 40 460 143 42
Binary 10101101 1 10100010 0 1100011 110 100000 100110000 1100011 100010

Color Harmonies of #AD01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01A2

Black with #AD01A2

Text Example


Text Example

White with #AD01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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