#A54BB0

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

Shades of Deep Lilac #A54BB0

Tints of Deep Lilac #A54BB0

Color information

#A54BB0 (or 0xA54BB0) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and B0. RGB value is (165,75,176). Sum of RGB (Red+Green+Blue) = 165+75+176=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #A54BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BB0 is #5AB44F. Grayscale: #717171. Windows color (decimal): -5944400 or 11553701. OLE color: 11553701.

HSL color Cylindrical-coordinate representation of color #A54BB0: hue angle of 293.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54BB0 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16575176-
CMYK0.060.5700.31
HSL293.47º40.24%49.22%-
HSV(B)293.47º57.39%69.02%-
XYZ25.8716.1742.83-
YUV113.42163.32164.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=39.66%
G=18.03%
B=42.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165751760.060.5700.31293.4740.2449.22
HexA54BB063901F1252831
Octal2451132606710374455061
Binary10100101100101110110000110111001011111100100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BB0; }

 p { color: rgb(165,75,176); }

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

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

 a { background-color: rgb(165,75,176); }

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

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

 span { border-color: rgb(165,75,176); }

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