#A54BCF

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

Shades of Deep Lilac #A54BCF

Tints of Deep Lilac #A54BCF

Color information

#A54BCF (or 0xA54BCF) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and CF. RGB value is (165,75,207). Sum of RGB (Red+Green+Blue) = 165+75+207=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A54BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BCF is #5AB430. Grayscale: #747474. Windows color (decimal): -5944369 or 13585317. OLE color: 13585317.

HSL color Cylindrical-coordinate representation of color #A54BCF: hue angle of 280.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54BCF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16575207-
CMYK0.200.6400.19
HSL280.91º57.89%55.29%-
HSV(B)280.91º63.77%81.18%-
XYZ29.317.5460.87-
YUV116.96178.82162.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=36.91%
G=16.78%
B=46.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165752070.200.6400.19280.9157.8955.29
HexA54BCF14400131193a37
Octal245113317241000234317267
Binary10100101100101111001111101001000000010011100011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BCF; }

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

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

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

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

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

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

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

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