#A351BA

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

Shades of Deep Lilac #A351BA

Tints of Deep Lilac #A351BA

Color information

#A351BA (or 0xA351BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 51 and BA. RGB value is (163,81,186). Sum of RGB (Red+Green+Blue) = 163+81+186=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A351BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351BA is #5CAE45. Grayscale: #757575. Windows color (decimal): -6073926 or 12210595. OLE color: 12210595.

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

Color convert

RGB16381186-
CMYK0.120.5600.27
HSL286.86º43.21%52.35%-
HSV(B)286.86º56.45%72.94%-
XYZ26.9117.2248.36-
YUV117.49166.67160.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=37.91%
G=18.84%
B=43.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163811860.120.5600.27286.8643.2152.35
HexA351BAC3801B11f2b34
Octal24312127214700334375364
Binary101000111010001101110101100111000011011100011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A351BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A351BA; }

 p { color: rgb(163,81,186); }

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

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

 a { background-color: rgb(163,81,186); }

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

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

 span { border-color: rgb(163,81,186); }

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