#A040AB

Color #A040AB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A040AB

Tints of Deep Lilac #A040AB

Color information

#A040AB (or 0xA040AB) is unknown color: approx Deep Lilac. HEX triplet: A0, 40 and AB. RGB value is (160,64,171). Sum of RGB (Red+Green+Blue) = 160+64+171=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A040AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040AB is #5FBF54. Grayscale: #686868. Windows color (decimal): -6274901 or 11223200. OLE color: 11223200.

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

Color convert

RGB16064171-
CMYK0.060.6300.33
HSL293.83º45.53%46.08%-
HSV(B)293.83º62.57%67.06%-
XYZ23.6814.0840-
YUV104.9165.3167.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=40.51%
G=16.20%
B=43.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160641710.060.6300.33293.8345.5346.08
HexA040AB63F0211262e2e
Octal2401002536770414465656
Binary101000001000000101010111101111110100001100100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040AB; }

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

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

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

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

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

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

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

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