#A468BA

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

Shades of Deep Lilac #A468BA

Tints of Deep Lilac #A468BA

Color information

#A468BA (or 0xA468BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and BA. RGB value is (164,104,186). Sum of RGB (Red+Green+Blue) = 164+104+186=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A468BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BA is #5B9745. Grayscale: #838383. Windows color (decimal): -6002502 or 12216484. OLE color: 12216484.

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

Color convert

RGB164104186-
CMYK0.120.4400.27
HSL283.9º37.27%56.86%-
HSV(B)283.9º44.09%72.94%-
XYZ29.1221.3449.04-
YUV131.29158.88151.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=36.12%
G=22.91%
B=40.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641041860.120.4400.27283.937.2756.86
HexA468BAC2C01B11c2539
Octal24415027214540334344571
Binary101001001101000101110101100101100011011100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468BA; }

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

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

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

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

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

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

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

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