#A65EB6

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

Shades of Deep Lilac #A65EB6

Tints of Deep Lilac #A65EB6

Color information

#A65EB6 (or 0xA65EB6) is unknown color: approx Deep Lilac. HEX triplet: A6, 5E and B6. RGB value is (166,94,182). Sum of RGB (Red+Green+Blue) = 166+94+182=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #A65EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EB6 is #59A149. Grayscale: #7D7D7D. Windows color (decimal): -5873994 or 11951782. OLE color: 11951782.

HSL color Cylindrical-coordinate representation of color #A65EB6: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65EB6 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16694182-
CMYK0.090.4800.29
HSL289.09º37.61%54.12%-
HSV(B)289.09º48.35%71.37%-
XYZ28.1719.4946.53-
YUV125.56159.85156.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=37.56%
G=21.27%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166941820.090.4800.29289.0937.6154.12
HexA65EB693001D1212636
Octal24613626611600354414666
Binary101001101011110101101101001110000011101100100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EB6; }

 p { color: rgb(166,94,182); }

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

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

 a { background-color: rgb(166,94,182); }

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

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

 span { border-color: rgb(166,94,182); }

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