Html Css Color HEX #A012AB Dark Magenta

📋 copy color: '#A012AB'

red 160 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #A012AB

Tints of Dark Magenta #A012AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 45.85%
G = 5.16%
B = 49%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A012AB (or 0xA012AB) is known color: Dark Magenta. HEX triplet: A0, 12 and AB. RGB value is (160,18,171). Sum of RGB (Red+Green+Blue) = 160+18+171=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A012AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A012AB is #5FED54. Grayscale: #4D4D4D. Windows color (decimal): -6286677 or 11211424. OLE color: 11211424.

HSL color Cylindrical-coordinate representation of color #A012AB: hue angle of 295.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A012AB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 18 171 -
CMYK 0.06 0.89 0 0.33
HSL 295.69º 0.81% 0.37% -
HSV(B) 295.69º 0.89% 0.67% -
XYZ 22.06 10.85 39.46 -
YUV 77.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 160 18 171 0.06 0.89 0 0.33 295.69 0.81 0.37
Hex A0 12 AB 6 59 0 21 128 51 25
Octal 240 22 253 6 131 0 41 450 121 45
Binary 10100000 10010 10101011 110 1011001 0 100001 100101000 1010001 100101

Color Harmonies of #A012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012AB

Black with #A012AB

Text Example


Text Example

White with #A012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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