#A546BC

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

Shades of Deep Lilac #A546BC

Tints of Deep Lilac #A546BC

Color information

#A546BC (or 0xA546BC) is unknown color: approx Deep Lilac. HEX triplet: A5, 46 and BC. RGB value is (165,70,188). Sum of RGB (Red+Green+Blue) = 165+70+188=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #A546BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546BC is #5AB943. Grayscale: #6F6F6F. Windows color (decimal): -5945668 or 12338853. OLE color: 12338853.

HSL color Cylindrical-coordinate representation of color #A546BC: hue angle of 288.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A546BC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16570188-
CMYK0.120.6300.26
HSL288.31º46.83%50.59%-
HSV(B)288.31º62.77%73.73%-
XYZ26.7816.0149.26-
YUV111.86170.97165.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=39.01%
G=16.55%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165701880.120.6300.26288.3146.8350.59
HexA546BCC3F01A1202f33
Octal24510627414770324405763
Binary101001011000110101111001100111111011010100100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A546BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A546BC; }

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

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

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

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

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

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

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

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