#A46CBA

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

Shades of Deep Lilac #A46CBA

Tints of Deep Lilac #A46CBA

Color information

#A46CBA (or 0xA46CBA) is unknown color: approx Deep Lilac. HEX triplet: A4, 6C and BA. RGB value is (164,108,186). Sum of RGB (Red+Green+Blue) = 164+108+186=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBA is #5B9345. Grayscale: #858585. Windows color (decimal): -6001478 or 12217508. OLE color: 12217508.

HSL color Cylindrical-coordinate representation of color #A46CBA: hue angle of 283.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46CBA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164108186-
CMYK0.120.4200.27
HSL283.08º36.11%57.65%-
HSV(B)283.08º41.94%72.94%-
XYZ29.5422.1649.18-
YUV133.64157.55149.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=35.81%
G=23.58%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641081860.120.4200.27283.0836.1157.65
HexA46CBAC2A01B11b243a
Octal24415427214520334334472
Binary101001001101100101110101100101010011011100011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CBA; }

 p { color: rgb(164,108,186); }

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

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

 a { background-color: rgb(164,108,186); }

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

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

 span { border-color: rgb(164,108,186); }

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