#A54AC4

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

Shades of Deep Lilac #A54AC4

Tints of Deep Lilac #A54AC4

Color information

#A54AC4 (or 0xA54AC4) is unknown color: approx Deep Lilac. HEX triplet: A5, 4A and C4. RGB value is (165,74,196). Sum of RGB (Red+Green+Blue) = 165+74+196=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #A54AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AC4 is #5AB53B. Grayscale: #727272. Windows color (decimal): -5944636 or 12864165. OLE color: 12864165.

HSL color Cylindrical-coordinate representation of color #A54AC4: hue angle of 284.75º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54AC4 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16574196-
CMYK0.160.6200.23
HSL284.75º50.83%52.94%-
HSV(B)284.75º62.24%76.86%-
XYZ27.9316.8854.01-
YUV115.12173.65163.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=37.93%
G=17.01%
B=45.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165741960.160.6200.23284.7550.8352.94
HexA54AC4103E01711d3335
Octal24511230420760274356365
Binary1010010110010101100010010000111110010111100011101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AC4; }

 p { color: rgb(165,74,196); }

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

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

 a { background-color: rgb(165,74,196); }

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

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

 span { border-color: rgb(165,74,196); }

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