#A455C3

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

Shades of Deep Lilac #A455C3

Tints of Deep Lilac #A455C3

Color information

#A455C3 (or 0xA455C3) is unknown color: approx Deep Lilac. HEX triplet: A4, 55 and C3. RGB value is (164,85,195). Sum of RGB (Red+Green+Blue) = 164+85+195=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #A455C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455C3 is #5BAA3C. Grayscale: #787878. Windows color (decimal): -6007357 or 12801444. OLE color: 12801444.

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

Color convert

RGB16485195-
CMYK0.160.5600.24
HSL283.09º47.83%54.9%-
HSV(B)283.09º56.41%76.47%-
XYZ28.4118.3353.67-
YUV121.16169.67158.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=36.94%
G=19.14%
B=43.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164851950.160.5600.24283.0947.8354.9
HexA455C3103801811b3037
Octal24412530320700304336067
Binary1010010010101011100001110000111000011000100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455C3; }

 p { color: rgb(164,85,195); }

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

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

 a { background-color: rgb(164,85,195); }

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

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

 span { border-color: rgb(164,85,195); }

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