#A750BB

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

Shades of Deep Lilac #A750BB

Tints of Deep Lilac #A750BB

Color information

#A750BB (or 0xA750BB) is unknown color: approx Deep Lilac. HEX triplet: A7, 50 and BB. RGB value is (167,80,187). Sum of RGB (Red+Green+Blue) = 167+80+187=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #A750BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750BB is #58AF44. Grayscale: #757575. Windows color (decimal): -5812037 or 12275879. OLE color: 12275879.

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

Color convert

RGB16780187-
CMYK0.110.5700.27
HSL288.79º44.03%52.35%-
HSV(B)288.79º57.22%73.33%-
XYZ27.7717.5448.94-
YUV118.21166.82162.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=38.48%
G=18.43%
B=43.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167801870.110.5700.27288.7944.0352.35
HexA750BBB3901B1212c34
Octal24712027313710334415464
Binary101001111010000101110111011111001011011100100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A750BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A750BB; }

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

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

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

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

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

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

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

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