#A460BA

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

Shades of Deep Lilac #A460BA

Tints of Deep Lilac #A460BA

Color information

#A460BA (or 0xA460BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 60 and BA. RGB value is (164,96,186). Sum of RGB (Red+Green+Blue) = 164+96+186=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A460BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460BA is #5B9F45. Grayscale: #7E7E7E. Windows color (decimal): -6004550 or 12214436. OLE color: 12214436.

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

Color convert

RGB16496186-
CMYK0.120.4800.27
HSL285.33º39.47%55.29%-
HSV(B)285.33º48.39%72.94%-
XYZ28.3619.848.78-
YUV126.59161.53154.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=36.77%
G=21.52%
B=41.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164961860.120.4800.27285.3339.4755.29
HexA460BAC3001B11d2737
Octal24414027214600334354767
Binary101001001100000101110101100110000011011100011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460BA; }

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

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

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

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

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

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

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

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