#A343BE

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

Shades of Deep Lilac #A343BE

Tints of Deep Lilac #A343BE

Color information

#A343BE (or 0xA343BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 43 and BE. RGB value is (163,67,190). Sum of RGB (Red+Green+Blue) = 163+67+190=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A343BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343BE is #5CBC41. Grayscale: #6D6D6D. Windows color (decimal): -6077506 or 12469155. OLE color: 12469155.

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

Color convert

RGB16367190-
CMYK0.140.6500.25
HSL286.83º48.62%50.39%-
HSV(B)286.83º64.74%74.51%-
XYZ26.4115.5250.32-
YUV109.73173.3166-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 67 (26.56% from 255) = 15.95%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=38.81%
G=15.95%
B=45.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163671900.140.6500.25286.8348.6250.39
HexA343BEE4101911f3132
Octal243103276161010314376162
Binary1010001110000111011111011101000001011001100011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A343BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A343BE; }

 p { color: rgb(163,67,190); }

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

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

 a { background-color: rgb(163,67,190); }

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

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

 span { border-color: rgb(163,67,190); }

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