#A46ABC

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

Shades of Deep Lilac #A46ABC

Tints of Deep Lilac #A46ABC

Color information

#A46ABC (or 0xA46ABC) is unknown color: approx Deep Lilac. HEX triplet: A4, 6A and BC. RGB value is (164,106,188). Sum of RGB (Red+Green+Blue) = 164+106+188=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ABC is #5B9543. Grayscale: #848484. Windows color (decimal): -6001988 or 12348068. OLE color: 12348068.

HSL color Cylindrical-coordinate representation of color #A46ABC: hue angle of 282.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46ABC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164106188-
CMYK0.130.4400.26
HSL282.44º37.96%57.65%-
HSV(B)282.44º43.62%73.73%-
XYZ29.5421.8350.23-
YUV132.69159.22150.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=35.81%
G=23.14%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641061880.130.4400.26282.4437.9657.65
HexA46ABCD2C01A11a263a
Octal24415227415540324324672
Binary101001001101010101111001101101100011010100011010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ABC; }

 p { color: rgb(164,106,188); }

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

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

 a { background-color: rgb(164,106,188); }

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

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

 span { border-color: rgb(164,106,188); }

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