#A45BBC

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

Shades of Deep Lilac #A45BBC

Tints of Deep Lilac #A45BBC

Color information

#A45BBC (or 0xA45BBC) is unknown color: approx Deep Lilac. HEX triplet: A4, 5B and BC. RGB value is (164,91,188). Sum of RGB (Red+Green+Blue) = 164+91+188=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BBC is #5BA443. Grayscale: #7B7B7B. Windows color (decimal): -6005828 or 12344228. OLE color: 12344228.

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

Color convert

RGB16491188-
CMYK0.130.5200.26
HSL285.15º41.99%54.71%-
HSV(B)285.15º51.6%73.73%-
XYZ28.1319.0149.76-
YUV123.88164.18156.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=37.02%
G=20.54%
B=42.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164911880.130.5200.26285.1541.9954.71
HexA45BBCD3401A11d2a37
Octal24413327415640324355267
Binary101001001011011101111001101110100011010100011101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45BBC; }

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

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

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

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

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

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

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

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