#A251BD

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

Shades of Deep Lilac #A251BD

Tints of Deep Lilac #A251BD

Color information

#A251BD (or 0xA251BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and BD. RGB value is (162,81,189). Sum of RGB (Red+Green+Blue) = 162+81+189=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A251BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251BD is #5DAE42. Grayscale: #757575. Windows color (decimal): -6139459 or 12407202. OLE color: 12407202.

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

Color convert

RGB16281189-
CMYK0.140.5700.26
HSL285º45%52.94%-
HSV(B)285º57.14%74.12%-
XYZ27.0317.2450.05-
YUV117.53168.34159.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162811890.140.5700.262854552.94
HexA251BDE3901A11d2d35
Octal24212127516710324355565
Binary101000101010001101111011110111001011010100011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251BD; }

 p { color: rgb(162,81,189); }

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

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

 a { background-color: rgb(162,81,189); }

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

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

 span { border-color: rgb(162,81,189); }

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