#A14BBA

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

Shades of Deep Lilac #A14BBA

Tints of Deep Lilac #A14BBA

Color information

#A14BBA (or 0xA14BBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 4B and BA. RGB value is (161,75,186). Sum of RGB (Red+Green+Blue) = 161+75+186=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BBA is #5EB445. Grayscale: #717171. Windows color (decimal): -6206534 or 12209057. OLE color: 12209057.

HSL color Cylindrical-coordinate representation of color #A14BBA: hue angle of 286.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14BBA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16175186-
CMYK0.130.6000.27
HSL286.49º44.58%51.18%-
HSV(B)286.49º59.68%72.94%-
XYZ26.0816.1548.2-
YUV113.37168.99161.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=38.15%
G=17.77%
B=44.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161751860.130.6000.27286.4944.5851.18
HexA14BBAD3C01B11e2d33
Octal24111327215740334365563
Binary101000011001011101110101101111100011011100011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14BBA; }

 p { color: rgb(161,75,186); }

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

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

 a { background-color: rgb(161,75,186); }

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

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

 span { border-color: rgb(161,75,186); }

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