#A441AD

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

Shades of Deep Lilac #A441AD

Tints of Deep Lilac #A441AD

Color information

#A441AD (or 0xA441AD) is unknown color: approx Deep Lilac. HEX triplet: A4, 41 and AD. RGB value is (164,65,173). Sum of RGB (Red+Green+Blue) = 164+65+173=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #A441AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441AD is #5BBE52. Grayscale: #6A6A6A. Windows color (decimal): -6012499 or 11354532. OLE color: 11354532.

HSL color Cylindrical-coordinate representation of color #A441AD: hue angle of 295º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A441AD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16465173-
CMYK0.050.6200.32
HSL295º45.38%46.67%-
HSV(B)295º62.43%67.84%-
XYZ24.7414.6941.07-
YUV106.91165.3168.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=40.80%
G=16.17%
B=43.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164651730.050.6200.3229545.3846.67
HexA441AD53E0201272d2f
Octal2441012555760404475557
Binary101001001000001101011011011111100100000100100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A441AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A441AD; }

 p { color: rgb(164,65,173); }

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

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

 a { background-color: rgb(164,65,173); }

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

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

 span { border-color: rgb(164,65,173); }

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