Html Css Color HEX #A018AC Dark Magenta

📋 copy color: '#A018AC'

red 160 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #A018AC

Tints of Dark Magenta #A018AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 44.94%
G = 6.74%
B = 48.31%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A018AC (or 0xA018AC) is known color: Dark Magenta. HEX triplet: A0, 18 and AC. RGB value is (160,24,172). Sum of RGB (Red+Green+Blue) = 160+24+172=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A018AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018AC is #5FE753. Grayscale: #515151. Windows color (decimal): -6285140 or 11278496. OLE color: 11278496.

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

Color convert

RGB 160 24 172 -
CMYK 0.07 0.86 0 0.33
HSL 295.14º 0.76% 0.38% -
HSV(B) 295.14º 0.86% 0.67% -
XYZ 22.27 11.11 40 -
YUV 81.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 160 24 172 0.07 0.86 0 0.33 295.14 0.76 0.38
Hex A0 18 AC 7 56 0 21 127 4C 26
Octal 240 30 254 7 126 0 41 447 114 46
Binary 10100000 11000 10101100 111 1010110 0 100001 100100111 1001100 100110

Color Harmonies of #A018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018AC

Black with #A018AC

Text Example


Text Example

White with #A018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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