#A458C1

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

Shades of Deep Lilac #A458C1

Tints of Deep Lilac #A458C1

Color information

#A458C1 (or 0xA458C1) is unknown color: approx Deep Lilac. HEX triplet: A4, 58 and C1. RGB value is (164,88,193). Sum of RGB (Red+Green+Blue) = 164+88+193=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #A458C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458C1 is #5BA73E. Grayscale: #7A7A7A. Windows color (decimal): -6006591 or 12671140. OLE color: 12671140.

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

Color convert

RGB16488193-
CMYK0.150.5400.24
HSL283.43º45.85%55.1%-
HSV(B)283.43º54.4%75.69%-
XYZ28.4318.7252.57-
YUV122.69167.68157.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=36.85%
G=19.78%
B=43.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164881930.150.5400.24283.4345.8555.1
HexA458C1F3601811b2e37
Octal24413030117660304335667
Binary101001001011000110000011111110110011000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A458C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A458C1; }

 p { color: rgb(164,88,193); }

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

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

 a { background-color: rgb(164,88,193); }

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

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

 span { border-color: rgb(164,88,193); }

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