#A45CBE

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

Shades of Deep Lilac #A45CBE

Tints of Deep Lilac #A45CBE

Color information

#A45CBE (or 0xA45CBE) is unknown color: approx Deep Lilac. HEX triplet: A4, 5C and BE. RGB value is (164,92,190). Sum of RGB (Red+Green+Blue) = 164+92+190=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A45CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBE is #5BA341. Grayscale: #7C7C7C. Windows color (decimal): -6005570 or 12475556. OLE color: 12475556.

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

Color convert

RGB16492190-
CMYK0.140.5200.25
HSL284.08º42.98%55.29%-
HSV(B)284.08º51.58%74.51%-
XYZ28.4319.2650.94-
YUV124.7164.85156.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=36.77%
G=20.63%
B=42.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164921900.140.5200.25284.0842.9855.29
HexA45CBEE3401911c2b37
Octal24413427616640314345367
Binary101001001011100101111101110110100011001100011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CBE; }

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

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

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

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

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

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

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

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