#A45CBF

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

Shades of Deep Lilac #A45CBF

Tints of Deep Lilac #A45CBF

Color information

#A45CBF (or 0xA45CBF) is unknown color: approx Deep Lilac. HEX triplet: A4, 5C and BF. RGB value is (164,92,191). Sum of RGB (Red+Green+Blue) = 164+92+191=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #A45CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CBF is #5BA340. Grayscale: #7C7C7C. Windows color (decimal): -6005569 or 12541092. OLE color: 12541092.

HSL color Cylindrical-coordinate representation of color #A45CBF: hue angle of 283.64º degrees, saturation: 0.44, 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 #A45CBF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16492191-
CMYK0.140.5200.25
HSL283.64º43.61%55.49%-
HSV(B)283.64º51.83%74.9%-
XYZ28.5419.3151.51-
YUV124.81165.35155.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 191 (75% from 255) = 42.73%
R=36.69%
G=20.58%
B=42.73%

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
Decimal164921910.140.5200.25283.6443.6155.49
HexA45CBFE3401911c2c37
Octal24413427716640314345467
Binary101001001011100101111111110110100011001100011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CBF; }

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

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

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

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

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

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

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

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