#A245AF

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

Shades of Deep Lilac #A245AF

Tints of Deep Lilac #A245AF

Color information

#A245AF (or 0xA245AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and AF. RGB value is (162,69,175). Sum of RGB (Red+Green+Blue) = 162+69+175=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A245AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A245AF is #5DBA50. Grayscale: #6C6C6C. Windows color (decimal): -6142545 or 11486626. OLE color: 11486626.

HSL color Cylindrical-coordinate representation of color #A245AF: hue angle of 292.64º 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 #A245AF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16269175-
CMYK0.070.6100.31
HSL292.64º43.44%47.84%-
HSV(B)292.64º60.57%68.63%-
XYZ24.7715.0342.15-
YUV108.89165.31165.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=39.90%
G=17.00%
B=43.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162691750.070.6100.31292.6443.4447.84
HexA245AF73D01F1252b30
Octal2421052577750374455360
Binary10100010100010110101111111111101011111100100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245AF; }

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

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

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

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

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

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

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

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