#A668BE

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

Shades of Deep Lilac #A668BE

Tints of Deep Lilac #A668BE

Color information

#A668BE (or 0xA668BE) is unknown color: approx Deep Lilac. HEX triplet: A6, 68 and BE. RGB value is (166,104,190). Sum of RGB (Red+Green+Blue) = 166+104+190=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A668BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668BE is #599741. Grayscale: #848484. Windows color (decimal): -5871426 or 12478630. OLE color: 12478630.

HSL color Cylindrical-coordinate representation of color #A668BE: hue angle of 283.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A668BE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166104190-
CMYK0.130.4500.25
HSL283.26º39.81%57.65%-
HSV(B)283.26º45.26%74.51%-
XYZ29.9721.7351.33-
YUV132.34160.54152.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=36.09%
G=22.61%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661041900.130.4500.25283.2639.8157.65
HexA668BED2D01911b283a
Octal24615027615550314335072
Binary101001101101000101111101101101101011001100011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668BE; }

 p { color: rgb(166,104,190); }

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

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

 a { background-color: rgb(166,104,190); }

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

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

 span { border-color: rgb(166,104,190); }

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