#A954BB

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

Shades of Deep Lilac #A954BB

Tints of Deep Lilac #A954BB

Color information

#A954BB (or 0xA954BB) is unknown color: approx Deep Lilac. HEX triplet: A9, 54 and BB. RGB value is (169,84,187). Sum of RGB (Red+Green+Blue) = 169+84+187=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #A954BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954BB is #56AB44. Grayscale: #787878. Windows color (decimal): -5679941 or 12276905. OLE color: 12276905.

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

Color convert

RGB16984187-
CMYK0.100.5500.27
HSL289.51º43.1%53.14%-
HSV(B)289.51º55.08%73.33%-
XYZ28.518.3649.06-
YUV121.16165.16162.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=38.41%
G=19.09%
B=42.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169841870.100.5500.27289.5143.153.14
HexA954BBA3701B1222b35
Octal25112427312670334425365
Binary101010011010100101110111010110111011011100100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954BB; }

 p { color: rgb(169,84,187); }

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

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

 a { background-color: rgb(169,84,187); }

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

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

 span { border-color: rgb(169,84,187); }

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