#A018AB

Color #A018AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A018AB

Tints of Dark Magenta #A018AB

Color information

#A018AB (or 0xA018AB) is unknown color: approx Dark Magenta. HEX triplet: A0, 18 and AB. RGB value is (160,24,171). Sum of RGB (Red+Green+Blue) = 160+24+171=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A018AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018AB is #5FE754. Grayscale: #505050. Windows color (decimal): -6285141 or 11212960. OLE color: 11212960.

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

Color convert

RGB16024171-
CMYK0.060.8600.33
HSL295.51º75.38%38.24%-
HSV(B)295.51º85.96%67.06%-
XYZ22.1711.0739.5-
YUV81.42178.56184.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 24 (9.77% from 255) = 6.76%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=45.07%
G=6.76%
B=48.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160241710.060.8600.33295.5175.3838.24
HexA018AB6560211284b26
Octal24030253612604145011346
Binary101000001100010101011110101011001000011001010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018AB; }

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

 H1.HeaderClassName
 {
   color: #A018AB;
 }
 .AnyTagClassName
 {
   color: #A018AB;
 }
</style>
background-color css

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

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

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

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

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

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