#A446AF

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

Shades of Deep Lilac #A446AF

Tints of Deep Lilac #A446AF

Color information

#A446AF (or 0xA446AF) is unknown color: approx Deep Lilac. HEX triplet: A4, 46 and AF. RGB value is (164,70,175). Sum of RGB (Red+Green+Blue) = 164+70+175=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A446AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AF is #5BB950. Grayscale: #6D6D6D. Windows color (decimal): -6011217 or 11486884. OLE color: 11486884.

HSL color Cylindrical-coordinate representation of color #A446AF: hue angle of 293.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A446AF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16470175-
CMYK0.060.6000.31
HSL293.71º42.86%48.04%-
HSV(B)293.71º60%68.63%-
XYZ25.2415.3742.19-
YUV110.08164.64166.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=40.10%
G=17.11%
B=42.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164701750.060.6000.31293.7142.8648.04
HexA446AF63C01F1262b30
Octal2441062576740374465360
Binary10100100100011010101111110111100011111100100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446AF; }

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

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

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

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

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

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

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

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