#A668C0

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

Shades of Deep Lilac #A668C0

Tints of Deep Lilac #A668C0

Color information

#A668C0 (or 0xA668C0) is unknown color: approx Deep Lilac. HEX triplet: A6, 68 and C0. RGB value is (166,104,192). Sum of RGB (Red+Green+Blue) = 166+104+192=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #A668C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668C0 is #59973F. Grayscale: #848484. Windows color (decimal): -5871424 or 12609702. OLE color: 12609702.

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

Color convert

RGB166104192-
CMYK0.140.4600.25
HSL282.27º41.12%58.04%-
HSV(B)282.27º45.83%75.29%-
XYZ30.1921.8152.49-
YUV132.57161.54151.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=35.93%
G=22.51%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661041920.140.4600.25282.2741.1258.04
HexA668C0E2E01911a293a
Octal24615030016560314325172
Binary101001101101000110000001110101110011001100011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668C0; }

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

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

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

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

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

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

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

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