#A746BA

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

Shades of Deep Lilac #A746BA

Tints of Deep Lilac #A746BA

Color information

#A746BA (or 0xA746BA) is unknown color: approx Deep Lilac. HEX triplet: A7, 46 and BA. RGB value is (167,70,186). Sum of RGB (Red+Green+Blue) = 167+70+186=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A746BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746BA is #58B945. Grayscale: #6F6F6F. Windows color (decimal): -5814598 or 12207783. OLE color: 12207783.

HSL color Cylindrical-coordinate representation of color #A746BA: hue angle of 290.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A746BA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16770186-
CMYK0.100.6200.27
HSL290.17º45.67%50.2%-
HSV(B)290.17º62.37%72.94%-
XYZ26.9916.1448.15-
YUV112.23169.64167.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=39.48%
G=16.55%
B=43.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167701860.100.6200.27290.1745.6750.2
HexA746BAA3E01B1222e32
Octal24710627212760334425662
Binary101001111000110101110101010111110011011100100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A746BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A746BA; }

 p { color: rgb(167,70,186); }

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

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

 a { background-color: rgb(167,70,186); }

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

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

 span { border-color: rgb(167,70,186); }

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