#A65AC3

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

Shades of Deep Lilac #A65AC3

Tints of Deep Lilac #A65AC3

Color information

#A65AC3 (or 0xA65AC3) is unknown color: approx Deep Lilac. HEX triplet: A6, 5A and C3. RGB value is (166,90,195). Sum of RGB (Red+Green+Blue) = 166+90+195=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #A65AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65AC3 is #59A53C. Grayscale: #7C7C7C. Windows color (decimal): -5875005 or 12802726. OLE color: 12802726.

HSL color Cylindrical-coordinate representation of color #A65AC3: hue angle of 283.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65AC3 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16690195-
CMYK0.150.5400.24
HSL283.43º46.67%55.88%-
HSV(B)283.43º53.85%76.47%-
XYZ29.2319.3653.83-
YUV124.69167.68157.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 195 (76.56% from 255) = 43.24%
R=36.81%
G=19.96%
B=43.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166901950.150.5400.24283.4346.6755.88
HexA65AC3F3601811b2f38
Octal24613230317660304335770
Binary101001101011010110000111111110110011000100011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65AC3; }

 p { color: rgb(166,90,195); }

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

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

 a { background-color: rgb(166,90,195); }

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

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

 span { border-color: rgb(166,90,195); }

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