Html Css Color HEX #A017AA Dark Magenta

📋 copy color: '#A017AA'

red 160 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #A017AA

Tints of Dark Magenta #A017AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 45.33%
G = 6.52%
B = 48.16%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A017AA (or 0xA017AA) is known color: Dark Magenta. HEX triplet: A0, 17 and AA. RGB value is (160,23,170). Sum of RGB (Red+Green+Blue) = 160+23+170=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #A017AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AA is #5FE855. Grayscale: #505050. Windows color (decimal): -6285398 or 11147168. OLE color: 11147168.

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

Color convert

RGB 160 23 170 -
CMYK 0.06 0.86 0 0.33
HSL 295.92º 0.76% 0.38% -
HSV(B) 295.92º 0.86% 0.67% -
XYZ 22.06 10.99 38.99 -
YUV 80.72 178.39 184.55 -
System Red Green Blue C M Y K H S L
Decimal 160 23 170 0.06 0.86 0 0.33 295.92 0.76 0.38
Hex A0 17 AA 6 56 0 21 128 4C 26
Octal 240 27 252 6 126 0 41 450 114 46
Binary 10100000 10111 10101010 110 1010110 0 100001 100101000 1001100 100110

Color Harmonies of #A017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017AA

Black with #A017AA

Text Example


Text Example

White with #A017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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