#A448AF

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

Shades of Deep Lilac #A448AF

Tints of Deep Lilac #A448AF

Color information

#A448AF (or 0xA448AF) is unknown color: approx Deep Lilac. HEX triplet: A4, 48 and AF. RGB value is (164,72,175). Sum of RGB (Red+Green+Blue) = 164+72+175=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A448AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448AF is #5BB750. Grayscale: #6E6E6E. Windows color (decimal): -6010705 or 11487396. OLE color: 11487396.

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

Color convert

RGB16472175-
CMYK0.060.5900.31
HSL293.59º41.7%48.43%-
HSV(B)293.59º58.86%68.63%-
XYZ25.3715.6242.24-
YUV111.25163.98165.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=39.90%
G=17.52%
B=42.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164721750.060.5900.31293.5941.748.43
HexA448AF63B01F1262a30
Octal2441102576730374465260
Binary10100100100100010101111110111011011111100100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448AF; }

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

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

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

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

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

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

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

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