Html Css Color HEX #AD12A2 Dark Magenta

📋 copy color: '#AD12A2'

red 173 ◦ green 18 ◦ blue 162

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

Shades of Dark Magenta #AD12A2

Tints of Dark Magenta #AD12A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

 BLUE value IS 162 (63.67% from 255) = 45.89%

R = 49.01%
G = 5.1%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD12A2 (or 0xAD12A2) is known color: Dark Magenta. HEX triplet: AD, 12 and A2. RGB value is (173,18,162). Sum of RGB (Red+Green+Blue) = 173+18+162=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12A2 is #52ED5D. Grayscale: #505050. Windows color (decimal): -5434718 or 10621613. OLE color: 10621613.

HSL color Cylindrical-coordinate representation of color #AD12A2: hue angle of 304.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 162 -
CMYK 0 0.90 0.06 0.32
HSL 304.26º 0.81% 0.37% -
HSV(B) 304.26º 0.9% 0.68% -
XYZ 23.97 11.93 35.22 -
YUV 80.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 173 18 162 0 0.90 0.06 0.32 304.26 0.81 0.37
Hex AD 12 A2 0 5A 6 20 130 51 25
Octal 255 22 242 0 132 6 40 460 121 45
Binary 10101101 10010 10100010 0 1011010 110 100000 100110000 1010001 100101

Color Harmonies of #AD12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12A2

Black with #AD12A2

Text Example


Text Example

White with #AD12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12A2; }

 p { color: rgb(173,18,162); }

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

background-color css

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

 a { background-color: rgb(173,18,162); }

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

border-color css

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

 span { border-color: rgb(173,18,162); }

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