#A255BE

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

Shades of Deep Lilac #A255BE

Tints of Deep Lilac #A255BE

Color information

#A255BE (or 0xA255BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and BE. RGB value is (162,85,190). Sum of RGB (Red+Green+Blue) = 162+85+190=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #A255BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255BE is #5DAA41. Grayscale: #777777. Windows color (decimal): -6138434 or 12473762. OLE color: 12473762.

HSL color Cylindrical-coordinate representation of color #A255BE: hue angle of 284º 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 #A255BE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16285190-
CMYK0.150.5500.25
HSL284º44.68%53.92%-
HSV(B)284º55.26%74.51%-
XYZ27.4417.950.72-
YUV119.99167.51157.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=37.07%
G=19.45%
B=43.48%

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
Decimal162851900.150.5500.2528444.6853.92
HexA255BEF3701911c2d36
Octal24212527617670314345566
Binary101000101010101101111101111110111011001100011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255BE; }

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

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

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

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

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

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

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

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