#A54BC1

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

Shades of Deep Lilac #A54BC1

Tints of Deep Lilac #A54BC1

Color information

#A54BC1 (or 0xA54BC1) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and C1. RGB value is (165,75,193). Sum of RGB (Red+Green+Blue) = 165+75+193=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #A54BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BC1 is #5AB43E. Grayscale: #727272. Windows color (decimal): -5944383 or 12667813. OLE color: 12667813.

HSL color Cylindrical-coordinate representation of color #A54BC1: hue angle of 285.76º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54BC1 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16575193-
CMYK0.150.6100.24
HSL285.76º48.76%52.55%-
HSV(B)285.76º61.14%75.69%-
XYZ27.6616.8852.25-
YUV115.36171.82163.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=38.11%
G=17.32%
B=44.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165751930.150.6100.24285.7648.7652.55
HexA54BC1F3D01811e3135
Octal24511330117750304366165
Binary101001011001011110000011111111101011000100011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BC1; }

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

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

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

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

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

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

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

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