Html Css Color HEX #AD1CAA Deep Magenta

📋 copy color: '#AD1CAA'

red 173 ◦ green 28 ◦ blue 170

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

Shades of Deep Magenta #AD1CAA

Tints of Deep Magenta #AD1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 46.63%
G = 7.55%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD1CAA (or 0xAD1CAA) is known color: Deep Magenta. HEX triplet: AD, 1C and AA. RGB value is (173,28,170). Sum of RGB (Red+Green+Blue) = 173+28+170=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1CAA is #52E355. Grayscale: #575757. Windows color (decimal): -5432150 or 11148461. OLE color: 11148461.

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

Color convert

RGB 173 28 170 -
CMYK 0 0.84 0.02 0.32
HSL 301.24º 0.72% 0.39% -
HSV(B) 301.24º 0.84% 0.68% -
XYZ 24.9 12.62 39.15 -
YUV 87.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 173 28 170 0 0.84 0.02 0.32 301.24 0.72 0.39
Hex AD 1C AA 0 54 2 20 12D 48 27
Octal 255 34 252 0 124 2 40 455 110 47
Binary 10101101 11100 10101010 0 1010100 10 100000 100101101 1001000 100111

Color Harmonies of #AD1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CAA

Black with #AD1CAA

Text Example


Text Example

White with #AD1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CAA; }

 p { color: rgb(173,28,170); }

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

background-color css

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

 a { background-color: rgb(173,28,170); }

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

border-color css

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

 span { border-color: rgb(173,28,170); }

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