#A850BD

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

Shades of Deep Lilac #A850BD

Tints of Deep Lilac #A850BD

Color information

#A850BD (or 0xA850BD) is unknown color: approx Deep Lilac. HEX triplet: A8, 50 and BD. RGB value is (168,80,189). Sum of RGB (Red+Green+Blue) = 168+80+189=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A850BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850BD is #57AF42. Grayscale: #767676. Windows color (decimal): -5746499 or 12406952. OLE color: 12406952.

HSL color Cylindrical-coordinate representation of color #A850BD: hue angle of 288.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A850BD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16880189-
CMYK0.110.5800.26
HSL288.44º45.23%52.75%-
HSV(B)288.44º57.67%74.12%-
XYZ28.217.7450.08-
YUV118.74167.65163.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 80 (31.64% from 255) = 18.31%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=38.44%
G=18.31%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168801890.110.5800.26288.4445.2352.75
HexA850BDB3A01A1202d35
Octal25012027513720324405565
Binary101010001010000101111011011111010011010100100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A850BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A850BD; }

 p { color: rgb(168,80,189); }

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

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

 a { background-color: rgb(168,80,189); }

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

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

 span { border-color: rgb(168,80,189); }

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