Html Css Color HEX #AD1AAC Deep Magenta

📋 copy color: '#AD1AAC'

red 173 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #AD1AAC

Tints of Deep Magenta #AD1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 46.63%
G = 7.01%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD1AAC (or 0xAD1AAC) is known color: Deep Magenta. HEX triplet: AD, 1A and AC. RGB value is (173,26,172). Sum of RGB (Red+Green+Blue) = 173+26+172=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAC is #52E553. Grayscale: #565656. Windows color (decimal): -5432660 or 11279021. OLE color: 11279021.

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

Color convert

RGB 173 26 172 -
CMYK 0 0.85 0.01 0.32
HSL 300.41º 0.74% 0.39% -
HSV(B) 300.41º 0.85% 0.68% -
XYZ 25.05 12.6 40.14 -
YUV 86.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 173 26 172 0 0.85 0.01 0.32 300.41 0.74 0.39
Hex AD 1A AC 0 55 1 20 12C 4A 27
Octal 255 32 254 0 125 1 40 454 112 47
Binary 10101101 11010 10101100 0 1010101 1 100000 100101100 1001010 100111

Color Harmonies of #AD1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AAC

Black with #AD1AAC

Text Example


Text Example

White with #AD1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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