#A954BE

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

Shades of Deep Lilac #A954BE

Tints of Deep Lilac #A954BE

Color information

#A954BE (or 0xA954BE) is unknown color: approx Deep Lilac. HEX triplet: A9, 54 and BE. RGB value is (169,84,190). Sum of RGB (Red+Green+Blue) = 169+84+190=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A954BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954BE is #56AB41. Grayscale: #797979. Windows color (decimal): -5679938 or 12473513. OLE color: 12473513.

HSL color Cylindrical-coordinate representation of color #A954BE: hue angle of 288.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A954BE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16984190-
CMYK0.110.5600.25
HSL288.11º44.92%53.73%-
HSV(B)288.11º55.79%74.51%-
XYZ28.8318.4950.77-
YUV121.5166.66161.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=38.15%
G=18.96%
B=42.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169841900.110.5600.25288.1144.9253.73
HexA954BEB380191202d36
Octal25112427613700314405566
Binary101010011010100101111101011111000011001100100000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954BE; }

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

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

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

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

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

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

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

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