#A245AD

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

Shades of Deep Lilac #A245AD

Tints of Deep Lilac #A245AD

Color information

#A245AD (or 0xA245AD) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and AD. RGB value is (162,69,173). Sum of RGB (Red+Green+Blue) = 162+69+173=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A245AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A245AD is #5DBA52. Grayscale: #6C6C6C. Windows color (decimal): -6142547 or 11355554. OLE color: 11355554.

HSL color Cylindrical-coordinate representation of color #A245AD: hue angle of 293.65º 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 #A245AD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16269173-
CMYK0.060.6000.32
HSL293.65º42.98%47.45%-
HSV(B)293.65º60.12%67.84%-
XYZ24.5714.9541.13-
YUV108.66164.31166.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 69 (27.34% from 255) = 17.08%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=40.10%
G=17.08%
B=42.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162691730.060.6000.32293.6542.9847.45
HexA245AD63C0201262b2f
Octal2421052556740404465357
Binary101000101000101101011011101111000100000100100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245AD; }

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

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

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

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

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

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

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

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