Html Css Color HEX #A017AB Dark Magenta

📋 copy color: '#A017AB'

red 160 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #A017AB

Tints of Dark Magenta #A017AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.5%

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

R = 45.2%
G = 6.5%
B = 48.31%

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

#A017AB (or 0xA017AB) is known color: Dark Magenta. HEX triplet: A0, 17 and AB. RGB value is (160,23,171). Sum of RGB (Red+Green+Blue) = 160+23+171=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A017AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AB is #5FE854. Grayscale: #505050. Windows color (decimal): -6285397 or 11212704. OLE color: 11212704.

HSL color Cylindrical-coordinate representation of color #A017AB: hue angle of 295.54º degrees, saturation: 0.76, 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 #A017AB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 23 171 -
CMYK 0.06 0.87 0 0.33
HSL 295.54º 0.76% 0.38% -
HSV(B) 295.54º 0.87% 0.67% -
XYZ 22.15 11.03 39.49 -
YUV 80.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 160 23 171 0.06 0.87 0 0.33 295.54 0.76 0.38
Hex A0 17 AB 6 57 0 21 128 4C 26
Octal 240 27 253 6 127 0 41 450 114 46
Binary 10100000 10111 10101011 110 1010111 0 100001 100101000 1001100 100110

Color Harmonies of #A017AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017AB

Black with #A017AB

Text Example


Text Example

White with #A017AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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