#A54FB6

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

Shades of Deep Lilac #A54FB6

Tints of Deep Lilac #A54FB6

Color information

#A54FB6 (or 0xA54FB6) is unknown color: approx Deep Lilac. HEX triplet: A5, 4F and B6. RGB value is (165,79,182). Sum of RGB (Red+Green+Blue) = 165+79+182=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #A54FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FB6 is #5AB049. Grayscale: #747474. Windows color (decimal): -5943370 or 11947941. OLE color: 11947941.

HSL color Cylindrical-coordinate representation of color #A54FB6: hue angle of 290.1º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54FB6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16579182-
CMYK0.090.5700.29
HSL290.1º41.37%51.18%-
HSV(B)290.1º56.59%71.37%-
XYZ26.7616.9746.12-
YUV116.46164.99162.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=38.73%
G=18.54%
B=42.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165791820.090.5700.29290.141.3751.18
HexA54FB693901D1222933
Octal24511726611710354425163
Binary101001011001111101101101001111001011101100100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54FB6; }

 p { color: rgb(165,79,182); }

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

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

 a { background-color: rgb(165,79,182); }

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

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

 span { border-color: rgb(165,79,182); }

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