#A54BC9

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

Shades of Deep Lilac #A54BC9

Tints of Deep Lilac #A54BC9

Color information

#A54BC9 (or 0xA54BC9) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and C9. RGB value is (165,75,201). Sum of RGB (Red+Green+Blue) = 165+75+201=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #A54BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BC9 is #5AB436. Grayscale: #737373. Windows color (decimal): -5944375 or 13192101. OLE color: 13192101.

HSL color Cylindrical-coordinate representation of color #A54BC9: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54BC9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16575201-
CMYK0.180.6300.21
HSL282.86º53.85%54.12%-
HSV(B)282.86º62.69%78.82%-
XYZ28.5817.2557.08-
YUV116.27175.82162.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=37.41%
G=17.01%
B=45.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165752010.180.6300.21282.8653.8554.12
HexA54BC9123F01511b3636
Octal24511331122770254336666
Binary1010010110010111100100110010111111010101100011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BC9; }

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

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

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

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

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

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

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

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