#A468BD

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

Shades of Deep Lilac #A468BD

Tints of Deep Lilac #A468BD

Color information

#A468BD (or 0xA468BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and BD. RGB value is (164,104,189). Sum of RGB (Red+Green+Blue) = 164+104+189=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A468BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BD is #5B9742. Grayscale: #838383. Windows color (decimal): -6002499 or 12413092. OLE color: 12413092.

HSL color Cylindrical-coordinate representation of color #A468BD: hue angle of 282.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A468BD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164104189-
CMYK0.130.4500.26
HSL282.35º39.17%57.45%-
HSV(B)282.35º44.97%74.12%-
XYZ29.4521.4750.74-
YUV131.63160.38151.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=35.89%
G=22.76%
B=41.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641041890.130.4500.26282.3539.1757.45
HexA468BDD2D01A11a2739
Octal24415027515550324324771
Binary101001001101000101111011101101101011010100011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468BD; }

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

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

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

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

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

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

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

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