#A950BD

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

Shades of Deep Lilac #A950BD

Tints of Deep Lilac #A950BD

Color information

#A950BD (or 0xA950BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 50 and BD. RGB value is (169,80,189). Sum of RGB (Red+Green+Blue) = 169+80+189=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950BD is #56AF42. Grayscale: #767676. Windows color (decimal): -5680963 or 12406953. OLE color: 12406953.

HSL color Cylindrical-coordinate representation of color #A950BD: hue angle of 288.99º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A950BD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16980189-
CMYK0.110.5800.26
HSL288.99º45.23%52.75%-
HSV(B)288.99º57.67%74.12%-
XYZ28.4217.8550.09-
YUV119.04167.49163.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=38.58%
G=18.26%
B=43.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169801890.110.5800.26288.9945.2352.75
HexA950BDB3A01A1212d35
Octal25112027513720324415565
Binary101010011010000101111011011111010011010100100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950BD; }

 p { color: rgb(169,80,189); }

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

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

 a { background-color: rgb(169,80,189); }

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

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

 span { border-color: rgb(169,80,189); }

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