#A468B2

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

Shades of Deep Lilac #A468B2

Tints of Deep Lilac #A468B2

Color information

#A468B2 (or 0xA468B2) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and B2. RGB value is (164,104,178). Sum of RGB (Red+Green+Blue) = 164+104+178=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #A468B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468B2 is #5B974D. Grayscale: #828282. Windows color (decimal): -6002510 or 11692196. OLE color: 11692196.

HSL color Cylindrical-coordinate representation of color #A468B2: hue angle of 288.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A468B2 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164104178-
CMYK0.080.4200.30
HSL288.65º32.46%55.29%-
HSV(B)288.65º41.57%69.8%-
XYZ28.321.0144.68-
YUV130.38154.88151.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=36.77%
G=23.32%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641041780.080.4200.30288.6532.4655.29
HexA468B282A01E1212037
Octal24415026210520364414067
Binary101001001101000101100101000101010011110100100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468B2; }

 p { color: rgb(164,104,178); }

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

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

 a { background-color: rgb(164,104,178); }

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

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

 span { border-color: rgb(164,104,178); }

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