#A145AF

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

Shades of Deep Lilac #A145AF

Tints of Deep Lilac #A145AF

Color information

#A145AF (or 0xA145AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 45 and AF. RGB value is (161,69,175). Sum of RGB (Red+Green+Blue) = 161+69+175=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #A145AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AF is #5EBA50. Grayscale: #6C6C6C. Windows color (decimal): -6208081 or 11486625. OLE color: 11486625.

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

Color convert

RGB16169175-
CMYK0.080.6100.31
HSL292.08º43.44%47.84%-
HSV(B)292.08º60.57%68.63%-
XYZ24.5614.9342.14-
YUV108.59165.48165.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=39.75%
G=17.04%
B=43.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161691750.080.6100.31292.0843.4447.84
HexA145AF83D01F1242b30
Octal24110525710750374445360
Binary101000011000101101011111000111101011111100100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145AF; }

 p { color: rgb(161,69,175); }

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

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

 a { background-color: rgb(161,69,175); }

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

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

 span { border-color: rgb(161,69,175); }

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