Html Css Color HEX #AD01A7 Dark Magenta

📋 copy color: '#AD01A7'

red 173 ◦ green 1 ◦ blue 167

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

Shades of Dark Magenta #AD01A7

Tints of Dark Magenta #AD01A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 50.73%
G = 0.29%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD01A7 (or 0xAD01A7) is known color: Dark Magenta. HEX triplet: AD, 01 and A7. RGB value is (173,1,167). Sum of RGB (Red+Green+Blue) = 173+1+167=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A7 is #52FE58. Grayscale: #464646. Windows color (decimal): -5439065 or 10944941. OLE color: 10944941.

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

Color convert

RGB 173 1 167 -
CMYK 0 0.99 0.03 0.32
HSL 302.09º 0.99% 0.34% -
HSV(B) 302.09º 0.99% 0.68% -
XYZ 24.22 11.7 37.54 -
YUV 71.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 173 1 167 0 0.99 0.03 0.32 302.09 0.99 0.34
Hex AD 1 A7 0 63 3 20 12E 63 22
Octal 255 1 247 0 143 3 40 456 143 42
Binary 10101101 1 10100111 0 1100011 11 100000 100101110 1100011 100010

Color Harmonies of #AD01A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01A7

Black with #AD01A7

Text Example


Text Example

White with #AD01A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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