Html Css Color HEX #AD1AAE Deep Magenta

📋 copy color: '#AD1AAE'

red 173 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #AD1AAE

Tints of Deep Magenta #AD1AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 46.38%
G = 6.97%
B = 46.65%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD1AAE (or 0xAD1AAE) is known color: Deep Magenta. HEX triplet: AD, 1A and AE. RGB value is (173,26,174). Sum of RGB (Red+Green+Blue) = 173+26+174=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAE is #52E551. Grayscale: #565656. Windows color (decimal): -5432658 or 11410093. OLE color: 11410093.

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

Color convert

RGB 173 26 174 -
CMYK 0.01 0.85 0 0.32
HSL 299.59º 0.74% 0.39% -
HSV(B) 299.59º 0.85% 0.68% -
XYZ 25.24 12.68 41.16 -
YUV 86.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 173 26 174 0.01 0.85 0 0.32 299.59 0.74 0.39
Hex AD 1A AE 1 55 0 20 12C 4A 27
Octal 255 32 256 1 125 0 40 454 112 47
Binary 10101101 11010 10101110 1 1010101 0 100000 100101100 1001010 100111

Color Harmonies of #AD1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AAE

Black with #AD1AAE

Text Example


Text Example

White with #AD1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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