#A468BF

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

Shades of Deep Lilac #A468BF

Tints of Deep Lilac #A468BF

Color information

#A468BF (or 0xA468BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and BF. RGB value is (164,104,191). Sum of RGB (Red+Green+Blue) = 164+104+191=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #A468BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BF is #5B9740. Grayscale: #838383. Windows color (decimal): -6002497 or 12544164. OLE color: 12544164.

HSL color Cylindrical-coordinate representation of color #A468BF: hue angle of 281.38º degrees, saturation: 0.4, 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 #A468BF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164104191-
CMYK0.140.4600.25
HSL281.38º40.47%57.84%-
HSV(B)281.38º45.55%74.9%-
XYZ29.6621.5551.89-
YUV131.86161.38150.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 191 (75% from 255) = 41.61%
R=35.73%
G=22.66%
B=41.61%

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
Decimal1641041910.140.4600.25281.3840.4757.84
HexA468BFE2E019119283a
Octal24415027716560314315072
Binary101001001101000101111111110101110011001100011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468BF; }

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

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

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

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

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

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

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

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