#A458C2

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

Shades of Deep Lilac #A458C2

Tints of Deep Lilac #A458C2

Color information

#A458C2 (or 0xA458C2) is unknown color: approx Deep Lilac. HEX triplet: A4, 58 and C2. RGB value is (164,88,194). Sum of RGB (Red+Green+Blue) = 164+88+194=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #A458C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458C2 is #5BA73D. Grayscale: #7A7A7A. Windows color (decimal): -6006590 or 12736676. OLE color: 12736676.

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

Color convert

RGB16488194-
CMYK0.150.5500.24
HSL283.02º46.49%55.29%-
HSV(B)283.02º54.64%76.08%-
XYZ28.5418.7753.16-
YUV122.81168.18157.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=36.77%
G=19.73%
B=43.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164881940.150.5500.24283.0246.4955.29
HexA458C2F3701811b2e37
Octal24413030217670304335667
Binary101001001011000110000101111110111011000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A458C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A458C2; }

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

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

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

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

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

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

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

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