#A460BB

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

Shades of Deep Lilac #A460BB

Tints of Deep Lilac #A460BB

Color information

#A460BB (or 0xA460BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 60 and BB. RGB value is (164,96,187). Sum of RGB (Red+Green+Blue) = 164+96+187=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #A460BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460BB is #5B9F44. Grayscale: #7E7E7E. Windows color (decimal): -6004549 or 12279972. OLE color: 12279972.

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

Color convert

RGB16496187-
CMYK0.120.4900.27
HSL284.84º40.09%55.49%-
HSV(B)284.84º48.66%73.33%-
XYZ28.4619.8549.34-
YUV126.71162.03154.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=36.69%
G=21.48%
B=41.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164961870.120.4900.27284.8440.0955.49
HexA460BBC3101B11d2837
Octal24414027314610334355067
Binary101001001100000101110111100110001011011100011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460BB; }

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

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

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

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

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

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

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

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