#A955BC

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

Shades of Deep Lilac #A955BC

Tints of Deep Lilac #A955BC

Color information

#A955BC (or 0xA955BC) is unknown color: approx Deep Lilac. HEX triplet: A9, 55 and BC. RGB value is (169,85,188). Sum of RGB (Red+Green+Blue) = 169+85+188=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A955BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955BC is #56AA43. Grayscale: #797979. Windows color (decimal): -5679684 or 12342697. OLE color: 12342697.

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

Color convert

RGB16985188-
CMYK0.100.5500.26
HSL288.93º43.46%53.53%-
HSV(B)288.93º54.79%73.73%-
XYZ28.6918.5649.65-
YUV121.86165.33161.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=38.24%
G=19.23%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169851880.100.5500.26288.9343.4653.53
HexA955BCA3701A1212b36
Octal25112527412670324415366
Binary101010011010101101111001010110111011010100100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955BC; }

 p { color: rgb(169,85,188); }

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

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

 a { background-color: rgb(169,85,188); }

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

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

 span { border-color: rgb(169,85,188); }

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