#A345BF

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

Shades of Deep Lilac #A345BF

Tints of Deep Lilac #A345BF

Color information

#A345BF (or 0xA345BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 45 and BF. RGB value is (163,69,191). Sum of RGB (Red+Green+Blue) = 163+69+191=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #A345BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345BF is #5CBA40. Grayscale: #6E6E6E. Windows color (decimal): -6076993 or 12535203. OLE color: 12535203.

HSL color Cylindrical-coordinate representation of color #A345BF: hue angle of 286.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A345BF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16369191-
CMYK0.150.6400.25
HSL286.23º48.8%50.98%-
HSV(B)286.23º63.87%74.9%-
XYZ26.6415.850.94-
YUV111.01173.14165.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 191 (75% from 255) = 45.15%
R=38.53%
G=16.31%
B=45.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163691910.150.6400.25286.2348.850.98
HexA345BFF4001911e3133
Octal243105277171000314366163
Binary1010001110001011011111111111000000011001100011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A345BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A345BF; }

 p { color: rgb(163,69,191); }

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

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

 a { background-color: rgb(163,69,191); }

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

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

 span { border-color: rgb(163,69,191); }

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