Html Css Color HEX #AD1AA7 Dark Magenta

📋 copy color: '#AD1AA7'

red 173 ◦ green 26 ◦ blue 167

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

Shades of Dark Magenta #AD1AA7

Tints of Dark Magenta #AD1AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

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

R = 47.27%
G = 7.1%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD1AA7 (or 0xAD1AA7) is known color: Dark Magenta. HEX triplet: AD, 1A and A7. RGB value is (173,26,167). Sum of RGB (Red+Green+Blue) = 173+26+167=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA7 is #52E558. Grayscale: #555555. Windows color (decimal): -5432665 or 10951341. OLE color: 10951341.

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

Color convert

RGB 173 26 167 -
CMYK 0 0.85 0.03 0.32
HSL 302.45º 0.74% 0.39% -
HSV(B) 302.45º 0.85% 0.68% -
XYZ 24.58 12.41 37.66 -
YUV 86.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 173 26 167 0 0.85 0.03 0.32 302.45 0.74 0.39
Hex AD 1A A7 0 55 3 20 12E 4A 27
Octal 255 32 247 0 125 3 40 456 112 47
Binary 10101101 11010 10100111 0 1010101 11 100000 100101110 1001010 100111

Color Harmonies of #AD1AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AA7

Black with #AD1AA7

Text Example


Text Example

White with #AD1AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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