#A340BB

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

Shades of Deep Lilac #A340BB

Tints of Deep Lilac #A340BB

Color information

#A340BB (or 0xA340BB) is unknown color: approx Deep Lilac. HEX triplet: A3, 40 and BB. RGB value is (163,64,187). Sum of RGB (Red+Green+Blue) = 163+64+187=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #A340BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BB is #5CBF44. Grayscale: #6B6B6B. Windows color (decimal): -6078277 or 12271779. OLE color: 12271779.

HSL color Cylindrical-coordinate representation of color #A340BB: hue angle of 288.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A340BB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16364187-
CMYK0.130.6600.27
HSL288.29º49%49.22%-
HSV(B)288.29º65.78%73.33%-
XYZ25.9115.0448.55-
YUV107.62172.8167.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=39.37%
G=15.46%
B=45.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163641870.130.6600.27288.294949.22
HexA340BBD4201B1203131
Octal243100273151020334406161
Binary1010001110000001011101111011000010011011100100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340BB; }

 p { color: rgb(163,64,187); }

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

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

 a { background-color: rgb(163,64,187); }

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

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

 span { border-color: rgb(163,64,187); }

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