#A043BF

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

Shades of Deep Lilac #A043BF

Tints of Deep Lilac #A043BF

Color information

#A043BF (or 0xA043BF) is unknown color: approx Deep Lilac. HEX triplet: A0, 43 and BF. RGB value is (160,67,191). Sum of RGB (Red+Green+Blue) = 160+67+191=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #A043BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043BF is #5FBC40. Grayscale: #6C6C6C. Windows color (decimal): -6274113 or 12534688. OLE color: 12534688.

HSL color Cylindrical-coordinate representation of color #A043BF: hue angle of 285º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A043BF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16067191-
CMYK0.160.6500.25
HSL285º49.21%50.59%-
HSV(B)285º64.92%74.9%-
XYZ25.9115.2550.87-
YUV108.94174.31164.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 67 (26.56% from 255) = 16.03%
BLUE value IS 191 (75% from 255) = 45.69%
R=38.28%
G=16.03%
B=45.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160671910.160.6500.2528549.2150.59
HexA043BF104101911d3133
Octal240103277201010314356163
Binary10100000100001110111111100001000001011001100011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A043BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A043BF; }

 p { color: rgb(160,67,191); }

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

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

 a { background-color: rgb(160,67,191); }

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

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

 span { border-color: rgb(160,67,191); }

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