Html Css Color HEX #AD01A3 Dark Magenta

📋 copy color: '#AD01A3'

red 173 ◦ green 1 ◦ blue 163

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

Shades of Dark Magenta #AD01A3

Tints of Dark Magenta #AD01A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 48.37%

R = 51.34%
G = 0.3%
B = 48.37%

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

#AD01A3 (or 0xAD01A3) is known color: Dark Magenta. HEX triplet: AD, 01 and A3. RGB value is (173,1,163). Sum of RGB (Red+Green+Blue) = 173+1+163=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A3 is #52FE5C. Grayscale: #464646. Windows color (decimal): -5439069 or 10682797. OLE color: 10682797.

HSL color Cylindrical-coordinate representation of color #AD01A3: hue angle of 303.49º 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 #AD01A3 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 163 -
CMYK 0 0.99 0.06 0.32
HSL 303.49º 0.99% 0.34% -
HSV(B) 303.49º 0.99% 0.68% -
XYZ 23.86 11.55 35.62 -
YUV 70.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 173 1 163 0 0.99 0.06 0.32 303.49 0.99 0.34
Hex AD 1 A3 0 63 6 20 12F 63 22
Octal 255 1 243 0 143 6 40 457 143 42
Binary 10101101 1 10100011 0 1100011 110 100000 100101111 1100011 100010

Color Harmonies of #AD01A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01A3

Black with #AD01A3

Text Example


Text Example

White with #AD01A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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