Html Css Color HEX #AD12A0 Dark Magenta

📋 copy color: '#AD12A0'

red 173 ◦ green 18 ◦ blue 160

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

Shades of Dark Magenta #AD12A0

Tints of Dark Magenta #AD12A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 49.29%
G = 5.13%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD12A0 (or 0xAD12A0) is known color: Dark Magenta. HEX triplet: AD, 12 and A0. RGB value is (173,18,160). Sum of RGB (Red+Green+Blue) = 173+18+160=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12A0 is #52ED5F. Grayscale: #505050. Windows color (decimal): -5434720 or 10490541. OLE color: 10490541.

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

Color convert

RGB 173 18 160 -
CMYK 0 0.90 0.08 0.32
HSL 305.03º 0.81% 0.37% -
HSV(B) 305.03º 0.9% 0.68% -
XYZ 23.8 11.85 34.29 -
YUV 80.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 173 18 160 0 0.90 0.08 0.32 305.03 0.81 0.37
Hex AD 12 A0 0 5A 8 20 131 51 25
Octal 255 22 240 0 132 10 40 461 121 45
Binary 10101101 10010 10100000 0 1011010 1000 100000 100110001 1010001 100101

Color Harmonies of #AD12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12A0

Black with #AD12A0

Text Example


Text Example

White with #AD12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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