#A65DCA

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

Shades of Deep Lilac #A65DCA

Tints of Deep Lilac #A65DCA

Color information

#A65DCA (or 0xA65DCA) is unknown color: approx Deep Lilac. HEX triplet: A6, 5D and CA. RGB value is (166,93,202). Sum of RGB (Red+Green+Blue) = 166+93+202=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A65DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCA is #59A235. Grayscale: #7E7E7E. Windows color (decimal): -5874230 or 13262246. OLE color: 13262246.

HSL color Cylindrical-coordinate representation of color #A65DCA: hue angle of 280.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65DCA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16693202-
CMYK0.180.5400.21
HSL280.18º50.7%57.84%-
HSV(B)280.18º53.96%79.22%-
XYZ30.320.258.18-
YUV127.25170.18155.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=36.01%
G=20.17%
B=43.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166932020.180.5400.21280.1850.757.84
HexA65DCA1236015118333a
Octal24613531222660254306372
Binary1010011010111011100101010010110110010101100011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DCA; }

 p { color: rgb(166,93,202); }

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

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

 a { background-color: rgb(166,93,202); }

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

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

 span { border-color: rgb(166,93,202); }

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