#A950B7

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

Shades of Deep Lilac #A950B7

Tints of Deep Lilac #A950B7

Color information

#A950B7 (or 0xA950B7) is unknown color: approx Deep Lilac. HEX triplet: A9, 50 and B7. RGB value is (169,80,183). Sum of RGB (Red+Green+Blue) = 169+80+183=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #A950B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950B7 is #56AF48. Grayscale: #767676. Windows color (decimal): -5680969 or 12013737. OLE color: 12013737.

HSL color Cylindrical-coordinate representation of color #A950B7: hue angle of 291.84º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A950B7 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16980183-
CMYK0.080.5600.28
HSL291.84º41.7%51.57%-
HSV(B)291.84º56.28%71.76%-
XYZ27.7817.5946.73-
YUV118.35164.49164.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=39.12%
G=18.52%
B=42.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169801830.080.5600.28291.8441.751.57
HexA950B783801C1242a34
Octal25112026710700344445264
Binary101010011010000101101111000111000011100100100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950B7; }

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

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

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

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

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

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

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

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