#A145AD

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

Shades of Deep Lilac #A145AD

Tints of Deep Lilac #A145AD

Color information

#A145AD (or 0xA145AD) is unknown color: approx Deep Lilac. HEX triplet: A1, 45 and AD. RGB value is (161,69,173). Sum of RGB (Red+Green+Blue) = 161+69+173=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A145AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145AD is #5EBA52. Grayscale: #6C6C6C. Windows color (decimal): -6208083 or 11355553. OLE color: 11355553.

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

Color convert

RGB16169173-
CMYK0.070.6000.32
HSL293.08º42.98%47.45%-
HSV(B)293.08º60.12%67.84%-
XYZ24.3714.8541.12-
YUV108.36164.48165.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=39.95%
G=17.12%
B=42.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161691730.070.6000.32293.0842.9847.45
HexA145AD73C0201252b2f
Octal2411052557740404455357
Binary101000011000101101011011111111000100000100100101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145AD; }

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

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

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

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

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

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

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

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