Html Css Color HEX #A016AB Dark Magenta

📋 copy color: '#A016AB'

red 160 ◦ green 22 ◦ blue 171

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

Shades of Dark Magenta #A016AB

Tints of Dark Magenta #A016AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

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

R = 45.33%
G = 6.23%
B = 48.44%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A016AB (or 0xA016AB) is known color: Dark Magenta. HEX triplet: A0, 16 and AB. RGB value is (160,22,171). Sum of RGB (Red+Green+Blue) = 160+22+171=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A016AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016AB is #5FE954. Grayscale: #4F4F4F. Windows color (decimal): -6285653 or 11212448. OLE color: 11212448.

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

Color convert

RGB 160 22 171 -
CMYK 0.06 0.87 0 0.33
HSL 295.57º 0.77% 0.38% -
HSV(B) 295.57º 0.87% 0.67% -
XYZ 22.13 10.99 39.48 -
YUV 80.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 160 22 171 0.06 0.87 0 0.33 295.57 0.77 0.38
Hex A0 16 AB 6 57 0 21 128 4D 26
Octal 240 26 253 6 127 0 41 450 115 46
Binary 10100000 10110 10101011 110 1010111 0 100001 100101000 1001101 100110

Color Harmonies of #A016AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016AB

Black with #A016AB

Text Example


Text Example

White with #A016AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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