#A055AE

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

Shades of Deep Lilac #A055AE

Tints of Deep Lilac #A055AE

Color information

#A055AE (or 0xA055AE) is unknown color: approx Deep Lilac. HEX triplet: A0, 55 and AE. RGB value is (160,85,174). Sum of RGB (Red+Green+Blue) = 160+85+174=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #A055AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055AE is #5FAA51. Grayscale: #757575. Windows color (decimal): -6269522 or 11425184. OLE color: 11425184.

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

Color convert

RGB16085174-
CMYK0.080.5100.32
HSL290.56º35.46%50.78%-
HSV(B)290.56º51.15%68.24%-
XYZ25.3917.0341.99-
YUV117.57159.85158.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=38.19%
G=20.29%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160851740.080.5100.32290.5635.4650.78
HexA055AE8330201232333
Octal24012525610630404434363
Binary1010000010101011010111010001100110100000100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055AE; }

 p { color: rgb(160,85,174); }

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

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

 a { background-color: rgb(160,85,174); }

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

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

 span { border-color: rgb(160,85,174); }

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