Html Css Color HEX #AD19A7 Dark Magenta

📋 copy color: '#AD19A7'

red 173 ◦ green 25 ◦ blue 167

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

Shades of Dark Magenta #AD19A7

Tints of Dark Magenta #AD19A7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

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

R = 47.4%
G = 6.85%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD19A7 (or 0xAD19A7) is known color: Dark Magenta. HEX triplet: AD, 19 and A7. RGB value is (173,25,167). Sum of RGB (Red+Green+Blue) = 173+25+167=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19A7 is #52E658. Grayscale: #555555. Windows color (decimal): -5432921 or 10951085. OLE color: 10951085.

HSL color Cylindrical-coordinate representation of color #AD19A7: hue angle of 302.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD19A7 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 167 -
CMYK 0 0.86 0.03 0.32
HSL 302.43º 0.75% 0.39% -
HSV(B) 302.43º 0.86% 0.68% -
XYZ 24.56 12.37 37.65 -
YUV 85.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 173 25 167 0 0.86 0.03 0.32 302.43 0.75 0.39
Hex AD 19 A7 0 56 3 20 12E 4B 27
Octal 255 31 247 0 126 3 40 456 113 47
Binary 10101101 11001 10100111 0 1010110 11 100000 100101110 1001011 100111

Color Harmonies of #AD19A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19A7

Black with #AD19A7

Text Example


Text Example

White with #AD19A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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