#A548AF

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

Shades of Deep Lilac #A548AF

Tints of Deep Lilac #A548AF

Color information

#A548AF (or 0xA548AF) is unknown color: approx Deep Lilac. HEX triplet: A5, 48 and AF. RGB value is (165,72,175). Sum of RGB (Red+Green+Blue) = 165+72+175=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A548AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548AF is #5AB750. Grayscale: #6F6F6F. Windows color (decimal): -5945169 or 11487397. OLE color: 11487397.

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

Color convert

RGB16572175-
CMYK0.060.5900.31
HSL294.17º41.7%48.43%-
HSV(B)294.17º58.86%68.63%-
XYZ25.5715.7342.25-
YUV111.55163.81166.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=40.05%
G=17.48%
B=42.48%

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
Decimal165721750.060.5900.31294.1741.748.43
HexA548AF63B01F1262a30
Octal2451102576730374465260
Binary10100101100100010101111110111011011111100100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A548AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A548AF; }

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

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

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

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

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

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

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

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