#A150BB

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

Shades of Deep Lilac #A150BB

Tints of Deep Lilac #A150BB

Color information

#A150BB (or 0xA150BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 50 and BB. RGB value is (161,80,187). Sum of RGB (Red+Green+Blue) = 161+80+187=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A150BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BB is #5EAF44. Grayscale: #747474. Windows color (decimal): -6205253 or 12275873. OLE color: 12275873.

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

Color convert

RGB16180187-
CMYK0.140.5700.27
HSL285.42º44.03%52.35%-
HSV(B)285.42º57.22%73.33%-
XYZ26.5416.948.88-
YUV116.42167.84159.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=37.62%
G=18.69%
B=43.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161801870.140.5700.27285.4244.0352.35
HexA150BBE3901B11d2c34
Octal24112027316710334355464
Binary101000011010000101110111110111001011011100011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150BB; }

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

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

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

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

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

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

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

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