#A546B1

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

Shades of Deep Lilac #A546B1

Tints of Deep Lilac #A546B1

Color information

#A546B1 (or 0xA546B1) is unknown color: approx Deep Lilac. HEX triplet: A5, 46 and B1. RGB value is (165,70,177). Sum of RGB (Red+Green+Blue) = 165+70+177=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #A546B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A546B1 is #5AB94E. Grayscale: #6E6E6E. Windows color (decimal): -5945679 or 11617957. OLE color: 11617957.

HSL color Cylindrical-coordinate representation of color #A546B1: hue angle of 293.27º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A546B1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16570177-
CMYK0.070.6000.31
HSL293.27º43.32%48.43%-
HSV(B)293.27º60.45%69.41%-
XYZ25.6415.5543.25-
YUV110.6165.47166.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=40.05%
G=16.99%
B=42.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165701770.070.6000.31293.2743.3248.43
HexA546B173C01F1252b30
Octal2451062617740374455360
Binary10100101100011010110001111111100011111100100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A546B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A546B1; }

 p { color: rgb(165,70,177); }

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

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

 a { background-color: rgb(165,70,177); }

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

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

 span { border-color: rgb(165,70,177); }

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