#A45CBD

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

Shades of Deep Lilac #A45CBD

Tints of Deep Lilac #A45CBD

Color information

#A45CBD (or 0xA45CBD) is unknown color: approx Deep Lilac. HEX triplet: A4, 5C and BD. RGB value is (164,92,189). Sum of RGB (Red+Green+Blue) = 164+92+189=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A45CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBD is #5BA342. Grayscale: #7C7C7C. Windows color (decimal): -6005571 or 12410020. OLE color: 12410020.

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

Color convert

RGB16492189-
CMYK0.130.5100.26
HSL284.54º42.36%55.1%-
HSV(B)284.54º51.32%74.12%-
XYZ28.3219.2250.36-
YUV124.59164.35156.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=36.85%
G=20.67%
B=42.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164921890.130.5100.26284.5442.3655.1
HexA45CBDD3301A11d2a37
Octal24413427515630324355267
Binary101001001011100101111011101110011011010100011101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CBD; }

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

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

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

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

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

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

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

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