#A256BF

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

Shades of Deep Lilac #A256BF

Tints of Deep Lilac #A256BF

Color information

#A256BF (or 0xA256BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 56 and BF. RGB value is (162,86,191). Sum of RGB (Red+Green+Blue) = 162+86+191=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #A256BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BF is #5DA940. Grayscale: #787878. Windows color (decimal): -6138177 or 12539554. OLE color: 12539554.

HSL color Cylindrical-coordinate representation of color #A256BF: hue angle of 283.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A256BF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16286191-
CMYK0.150.5500.25
HSL283.43º45.06%54.31%-
HSV(B)283.43º54.97%74.9%-
XYZ27.6318.151.33-
YUV120.69167.68157.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 191 (75% from 255) = 43.51%
R=36.90%
G=19.59%
B=43.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162861910.150.5500.25283.4345.0654.31
HexA256BFF3701911b2d36
Octal24212627717670314335566
Binary101000101010110101111111111110111011001100011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256BF; }

 p { color: rgb(162,86,191); }

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

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

 a { background-color: rgb(162,86,191); }

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

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

 span { border-color: rgb(162,86,191); }

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