#A460B9

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

Shades of Deep Lilac #A460B9

Tints of Deep Lilac #A460B9

Color information

#A460B9 (or 0xA460B9) is unknown color: approx Deep Lilac. HEX triplet: A4, 60 and B9. RGB value is (164,96,185). Sum of RGB (Red+Green+Blue) = 164+96+185=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #A460B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460B9 is #5B9F46. Grayscale: #7E7E7E. Windows color (decimal): -6004551 or 12148900. OLE color: 12148900.

HSL color Cylindrical-coordinate representation of color #A460B9: hue angle of 285.84º 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 #A460B9 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16496185-
CMYK0.110.4800.27
HSL285.84º38.86%55.1%-
HSV(B)285.84º48.11%72.55%-
XYZ28.2519.7648.22-
YUV126.48161.03154.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=36.85%
G=21.57%
B=41.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164961850.110.4800.27285.8438.8655.1
HexA460B9B3001B11e2737
Octal24414027113600334364767
Binary101001001100000101110011011110000011011100011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460B9; }

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

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

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

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

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

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

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

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