#A155AF

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

Shades of Deep Lilac #A155AF

Tints of Deep Lilac #A155AF

Color information

#A155AF (or 0xA155AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 55 and AF. RGB value is (161,85,175). Sum of RGB (Red+Green+Blue) = 161+85+175=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A155AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155AF is #5EAA50. Grayscale: #757575. Windows color (decimal): -6203985 or 11490721. OLE color: 11490721.

HSL color Cylindrical-coordinate representation of color #A155AF: hue angle of 290.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A155AF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16185175-
CMYK0.080.5100.31
HSL290.67º36%50.98%-
HSV(B)290.67º51.43%68.63%-
XYZ25.6817.1742.52-
YUV117.98160.18158.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=38.24%
G=20.19%
B=41.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161851750.080.5100.31290.673650.98
HexA155AF83301F1232433
Octal24112525710630374434463
Binary101000011010101101011111000110011011111100100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155AF; }

 p { color: rgb(161,85,175); }

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

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

 a { background-color: rgb(161,85,175); }

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

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

 span { border-color: rgb(161,85,175); }

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