#A855B7

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

Shades of Deep Lilac #A855B7

Tints of Deep Lilac #A855B7

Color information

#A855B7 (or 0xA855B7) is unknown color: approx Deep Lilac. HEX triplet: A8, 55 and B7. RGB value is (168,85,183). Sum of RGB (Red+Green+Blue) = 168+85+183=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #A855B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855B7 is #57AA48. Grayscale: #787878. Windows color (decimal): -5745225 or 12015016. OLE color: 12015016.

HSL color Cylindrical-coordinate representation of color #A855B7: hue angle of 290.82º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A855B7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16885183-
CMYK0.080.5400.28
HSL290.82º40.5%52.55%-
HSV(B)290.82º53.55%71.76%-
XYZ27.9418.2446.85-
YUV120.99163161.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 183 (71.88% from 255) = 41.97%
R=38.53%
G=19.50%
B=41.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168851830.080.5400.28290.8240.552.55
HexA855B783601C1232835
Octal25012526710660344435065
Binary101010001010101101101111000110110011100100100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855B7; }

 p { color: rgb(168,85,183); }

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

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

 a { background-color: rgb(168,85,183); }

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

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

 span { border-color: rgb(168,85,183); }

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