#A344BB

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

Shades of Deep Lilac #A344BB

Tints of Deep Lilac #A344BB

Color information

#A344BB (or 0xA344BB) is unknown color: approx Deep Lilac. HEX triplet: A3, 44 and BB. RGB value is (163,68,187). Sum of RGB (Red+Green+Blue) = 163+68+187=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #A344BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344BB is #5CBB44. Grayscale: #6D6D6D. Windows color (decimal): -6077253 or 12272803. OLE color: 12272803.

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

Color convert

RGB16368187-
CMYK0.130.6400.27
HSL287.9º46.67%50%-
HSV(B)287.9º63.64%73.33%-
XYZ26.1415.5148.63-
YUV109.97171.47165.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=39.00%
G=16.27%
B=44.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163681870.130.6400.27287.946.6750
HexA344BBD4001B1202f32
Octal243104273151000334405762
Binary1010001110001001011101111011000000011011100100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A344BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A344BB; }

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

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

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

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

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

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

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

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