#A45FBD

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

Shades of Deep Lilac #A45FBD

Tints of Deep Lilac #A45FBD

Color information

#A45FBD (or 0xA45FBD) is unknown color: approx Deep Lilac. HEX triplet: A4, 5F and BD. RGB value is (164,95,189). Sum of RGB (Red+Green+Blue) = 164+95+189=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A45FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FBD is #5BA042. Grayscale: #7E7E7E. Windows color (decimal): -6004803 or 12410788. OLE color: 12410788.

HSL color Cylindrical-coordinate representation of color #A45FBD: hue angle of 284.04º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45FBD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16495189-
CMYK0.130.5000.26
HSL284.04º41.59%55.69%-
HSV(B)284.04º49.74%74.12%-
XYZ28.5919.7550.45-
YUV126.35163.36154.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=36.61%
G=21.21%
B=42.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164951890.130.5000.26284.0441.5955.69
HexA45FBDD3201A11c2a38
Octal24413727515620324345270
Binary101001001011111101111011101110010011010100011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FBD; }

 p { color: rgb(164,95,189); }

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

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

 a { background-color: rgb(164,95,189); }

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

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

 span { border-color: rgb(164,95,189); }

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