#A445AF

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

Shades of Deep Lilac #A445AF

Tints of Deep Lilac #A445AF

Color information

#A445AF (or 0xA445AF) is unknown color: approx Deep Lilac. HEX triplet: A4, 45 and AF. RGB value is (164,69,175). Sum of RGB (Red+Green+Blue) = 164+69+175=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A445AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A445AF is #5BBA50. Grayscale: #6D6D6D. Windows color (decimal): -6011473 or 11486628. OLE color: 11486628.

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

Color convert

RGB16469175-
CMYK0.060.6100.31
HSL293.77º43.44%47.84%-
HSV(B)293.77º60.57%68.63%-
XYZ25.1815.2442.17-
YUV109.49164.97166.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=40.20%
G=16.91%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164691750.060.6100.31293.7743.4447.84
HexA445AF63D01F1262b30
Octal2441052576750374465360
Binary10100100100010110101111110111101011111100100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445AF; }

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

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

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

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

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

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

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

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