#A340B9

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

Shades of Deep Lilac #A340B9

Tints of Deep Lilac #A340B9

Color information

#A340B9 (or 0xA340B9) is unknown color: approx Deep Lilac. HEX triplet: A3, 40 and B9. RGB value is (163,64,185). Sum of RGB (Red+Green+Blue) = 163+64+185=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #A340B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340B9 is #5CBF46. Grayscale: #6B6B6B. Windows color (decimal): -6078279 or 12140707. OLE color: 12140707.

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

Color convert

RGB16364185-
CMYK0.120.6500.27
HSL289.09º48.59%48.82%-
HSV(B)289.09º65.41%72.55%-
XYZ25.6914.9647.43-
YUV107.4171.8167.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=39.56%
G=15.53%
B=44.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163641850.120.6500.27289.0948.5948.82
HexA340B9C4101B1213131
Octal243100271141010334416161
Binary1010001110000001011100111001000001011011100100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340B9; }

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

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

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

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

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

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

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

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