#A54CBF

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

Shades of Deep Lilac #A54CBF

Tints of Deep Lilac #A54CBF

Color information

#A54CBF (or 0xA54CBF) is unknown color: approx Deep Lilac. HEX triplet: A5, 4C and BF. RGB value is (165,76,191). Sum of RGB (Red+Green+Blue) = 165+76+191=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A54CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CBF is #5AB340. Grayscale: #737373. Windows color (decimal): -5944129 or 12536997. OLE color: 12536997.

HSL color Cylindrical-coordinate representation of color #A54CBF: hue angle of 286.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54CBF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16576191-
CMYK0.140.6000.25
HSL286.43º47.33%52.35%-
HSV(B)286.43º60.21%74.9%-
XYZ27.5116.9351.11-
YUV115.72170.49163.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 191 (75% from 255) = 44.21%
R=38.19%
G=17.59%
B=44.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165761910.140.6000.25286.4347.3352.35
HexA54CBFE3C01911e2f34
Octal24511427716740314365764
Binary101001011001100101111111110111100011001100011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54CBF; }

 p { color: rgb(165,76,191); }

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

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

 a { background-color: rgb(165,76,191); }

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

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

 span { border-color: rgb(165,76,191); }

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