#A950BA

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

Shades of Deep Lilac #A950BA

Tints of Deep Lilac #A950BA

Color information

#A950BA (or 0xA950BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 50 and BA. RGB value is (169,80,186). Sum of RGB (Red+Green+Blue) = 169+80+186=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A950BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950BA is #56AF45. Grayscale: #767676. Windows color (decimal): -5680966 or 12210345. OLE color: 12210345.

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

Color convert

RGB16980186-
CMYK0.090.5700.27
HSL290.38º43.44%52.16%-
HSV(B)290.38º56.99%72.94%-
XYZ28.0917.7248.39-
YUV118.7165.99163.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=38.85%
G=18.39%
B=42.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169801860.090.5700.27290.3843.4452.16
HexA950BA93901B1222b34
Octal25112027211710334425364
Binary101010011010000101110101001111001011011100100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950BA; }

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

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

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

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

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

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

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

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