#A255AF

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

Shades of Deep Lilac #A255AF

Tints of Deep Lilac #A255AF

Color information

#A255AF (or 0xA255AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and AF. RGB value is (162,85,175). Sum of RGB (Red+Green+Blue) = 162+85+175=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A255AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255AF is #5DAA50. Grayscale: #767676. Windows color (decimal): -6138449 or 11490722. OLE color: 11490722.

HSL color Cylindrical-coordinate representation of color #A255AF: hue angle of 291.33º 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 #A255AF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16285175-
CMYK0.070.5100.31
HSL291.33º36%50.98%-
HSV(B)291.33º51.43%68.63%-
XYZ25.8917.2742.53-
YUV118.28160.01159.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=38.39%
G=20.14%
B=41.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162851750.070.5100.31291.333650.98
HexA255AF73301F1232433
Octal2421252577630374434463
Binary10100010101010110101111111110011011111100100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255AF; }

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

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

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

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

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

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

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

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