Html Css Color HEX #A012AD Dark Magenta

📋 copy color: '#A012AD'

red 160 ◦ green 18 ◦ blue 173

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

Shades of Dark Magenta #A012AD

Tints of Dark Magenta #A012AD

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A012AD (or 0xA012AD) is known color: Dark Magenta. HEX triplet: A0, 12 and AD. RGB value is (160,18,173). Sum of RGB (Red+Green+Blue) = 160+18+173=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #A012AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A012AD is #5FED52. Grayscale: #4D4D4D. Windows color (decimal): -6286675 or 11342496. OLE color: 11342496.

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

Color convert

RGB 160 18 173 -
CMYK 0.08 0.90 0 0.32
HSL 294.97º 0.81% 0.37% -
HSV(B) 294.97º 0.9% 0.68% -
XYZ 22.26 10.92 40.47 -
YUV 78.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 160 18 173 0.08 0.90 0 0.32 294.97 0.81 0.37
Hex A0 12 AD 8 5A 0 20 127 51 25
Octal 240 22 255 10 132 0 40 447 121 45
Binary 10100000 10010 10101101 1000 1011010 0 100000 100100111 1010001 100101

Color Harmonies of #A012AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012AD

Black with #A012AD

Text Example


Text Example

White with #A012AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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