#A45BC2

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

Shades of Deep Lilac #A45BC2

Tints of Deep Lilac #A45BC2

Color information

#A45BC2 (or 0xA45BC2) is unknown color: approx Deep Lilac. HEX triplet: A4, 5B and C2. RGB value is (164,91,194). Sum of RGB (Red+Green+Blue) = 164+91+194=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #A45BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BC2 is #5BA43D. Grayscale: #7C7C7C. Windows color (decimal): -6005822 or 12737444. OLE color: 12737444.

HSL color Cylindrical-coordinate representation of color #A45BC2: hue angle of 282.52º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45BC2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16491194-
CMYK0.150.5300.24
HSL282.52º45.78%55.88%-
HSV(B)282.52º53.09%76.08%-
XYZ28.7919.2753.24-
YUV124.57167.18156.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=36.53%
G=20.27%
B=43.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164911940.150.5300.24282.5245.7855.88
HexA45BC2F3501811b2e38
Octal24413330217650304335670
Binary101001001011011110000101111110101011000100011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45BC2; }

 p { color: rgb(164,91,194); }

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

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

 a { background-color: rgb(164,91,194); }

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

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

 span { border-color: rgb(164,91,194); }

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