#A54DC8

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

Shades of Deep Lilac #A54DC8

Tints of Deep Lilac #A54DC8

Color information

#A54DC8 (or 0xA54DC8) is unknown color: approx Deep Lilac. HEX triplet: A5, 4D and C8. RGB value is (165,77,200). Sum of RGB (Red+Green+Blue) = 165+77+200=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #A54DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DC8 is #5AB237. Grayscale: #747474. Windows color (decimal): -5943864 or 13127077. OLE color: 13127077.

HSL color Cylindrical-coordinate representation of color #A54DC8: hue angle of 282.93º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54DC8 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16577200-
CMYK0.180.6200.22
HSL282.93º52.79%54.31%-
HSV(B)282.93º61.5%78.43%-
XYZ28.617.4856.51-
YUV117.33174.65162-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=37.33%
G=17.42%
B=45.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165772000.180.6200.22282.9352.7954.31
HexA54DC8123E01611b3536
Octal24511531022760264336566
Binary1010010110011011100100010010111110010110100011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DC8; }

 p { color: rgb(165,77,200); }

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

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

 a { background-color: rgb(165,77,200); }

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

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

 span { border-color: rgb(165,77,200); }

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