#A445BF

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

Shades of Deep Lilac #A445BF

Tints of Deep Lilac #A445BF

Color information

#A445BF (or 0xA445BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 45 and BF. RGB value is (164,69,191). Sum of RGB (Red+Green+Blue) = 164+69+191=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #A445BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BF is #5BBA40. Grayscale: #6E6E6E. Windows color (decimal): -6011457 or 12535204. OLE color: 12535204.

HSL color Cylindrical-coordinate representation of color #A445BF: hue angle of 286.72º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A445BF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16469191-
CMYK0.140.6400.25
HSL286.72º48.8%50.98%-
HSV(B)286.72º63.87%74.9%-
XYZ26.8415.9150.95-
YUV111.31172.97165.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 191 (75% from 255) = 45.05%
R=38.68%
G=16.27%
B=45.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164691910.140.6400.25286.7248.850.98
HexA445BFE4001911f3133
Octal244105277161000314376163
Binary1010010010001011011111111101000000011001100011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445BF; }

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

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

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

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

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

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

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

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