#A65FBA

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

Shades of Deep Lilac #A65FBA

Tints of Deep Lilac #A65FBA

Color information

#A65FBA (or 0xA65FBA) is unknown color: approx Deep Lilac. HEX triplet: A6, 5F and BA. RGB value is (166,95,186). Sum of RGB (Red+Green+Blue) = 166+95+186=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBA is #59A045. Grayscale: #7E7E7E. Windows color (decimal): -5873734 or 12214182. OLE color: 12214182.

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

Color convert

RGB16695186-
CMYK0.110.4900.27
HSL286.81º39.74%55.1%-
HSV(B)286.81º48.92%72.94%-
XYZ28.6819.8448.77-
YUV126.6161.52156.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=37.14%
G=21.25%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166951860.110.4900.27286.8139.7455.1
HexA65FBAB3101B11f2837
Octal24613727213610334375067
Binary101001101011111101110101011110001011011100011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FBA; }

 p { color: rgb(166,95,186); }

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

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

 a { background-color: rgb(166,95,186); }

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

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

 span { border-color: rgb(166,95,186); }

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