Html Css Color HEX #A017AC Dark Magenta

📋 copy color: '#A017AC'

red 160 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #A017AC

Tints of Dark Magenta #A017AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 45.07%
G = 6.48%
B = 48.45%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A017AC (or 0xA017AC) is known color: Dark Magenta. HEX triplet: A0, 17 and AC. RGB value is (160,23,172). Sum of RGB (Red+Green+Blue) = 160+23+172=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A017AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AC is #5FE853. Grayscale: #505050. Windows color (decimal): -6285396 or 11278240. OLE color: 11278240.

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

Color convert

RGB 160 23 172 -
CMYK 0.07 0.87 0 0.33
HSL 295.17º 0.76% 0.38% -
HSV(B) 295.17º 0.87% 0.67% -
XYZ 22.25 11.06 39.99 -
YUV 80.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 160 23 172 0.07 0.87 0 0.33 295.17 0.76 0.38
Hex A0 17 AC 7 57 0 21 127 4C 26
Octal 240 27 254 7 127 0 41 447 114 46
Binary 10100000 10111 10101100 111 1010111 0 100001 100100111 1001100 100110

Color Harmonies of #A017AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017AC

Black with #A017AC

Text Example


Text Example

White with #A017AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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