#A150BF

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

Shades of Deep Lilac #A150BF

Tints of Deep Lilac #A150BF

Color information

#A150BF (or 0xA150BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 50 and BF. RGB value is (161,80,191). Sum of RGB (Red+Green+Blue) = 161+80+191=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A150BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BF is #5EAF40. Grayscale: #747474. Windows color (decimal): -6205249 or 12538017. OLE color: 12538017.

HSL color Cylindrical-coordinate representation of color #A150BF: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A150BF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16180191-
CMYK0.160.5800.25
HSL283.78º46.44%53.14%-
HSV(B)283.78º58.12%74.9%-
XYZ26.9717.0851.16-
YUV116.87169.84159.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 191 (75% from 255) = 44.21%
R=37.27%
G=18.52%
B=44.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161801910.160.5800.25283.7846.4453.14
HexA150BF103A01911c2e35
Octal24112027720720314345665
Binary1010000110100001011111110000111010011001100011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150BF; }

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

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

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

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

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

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

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

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