#A150BA

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

Shades of Deep Lilac #A150BA

Tints of Deep Lilac #A150BA

Color information

#A150BA (or 0xA150BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 50 and BA. RGB value is (161,80,186). Sum of RGB (Red+Green+Blue) = 161+80+186=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #A150BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BA is #5EAF45. Grayscale: #737373. Windows color (decimal): -6205254 or 12210337. OLE color: 12210337.

HSL color Cylindrical-coordinate representation of color #A150BA: hue angle of 285.85º 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 #A150BA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16180186-
CMYK0.130.5700.27
HSL285.85º43.44%52.16%-
HSV(B)285.85º56.99%72.94%-
XYZ26.4316.8648.32-
YUV116.3167.34159.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=37.70%
G=18.74%
B=43.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161801860.130.5700.27285.8543.4452.16
HexA150BAD3901B11e2b34
Octal24112027215710334365364
Binary101000011010000101110101101111001011011100011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150BA; }

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

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

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

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

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

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

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

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