#A458BA

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

Shades of Deep Lilac #A458BA

Tints of Deep Lilac #A458BA

Color information

#A458BA (or 0xA458BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 58 and BA. RGB value is (164,88,186). Sum of RGB (Red+Green+Blue) = 164+88+186=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A458BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458BA is #5BA745. Grayscale: #797979. Windows color (decimal): -6006598 or 12212388. OLE color: 12212388.

HSL color Cylindrical-coordinate representation of color #A458BA: hue angle of 286.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A458BA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16488186-
CMYK0.120.5300.27
HSL286.53º41.53%53.73%-
HSV(B)286.53º52.69%72.94%-
XYZ27.6618.4248.55-
YUV121.9164.18158.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=37.44%
G=20.09%
B=42.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164881860.120.5300.27286.5341.5353.73
HexA458BAC3501B11f2a36
Octal24413027214650334375266
Binary101001001011000101110101100110101011011100011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A458BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A458BA; }

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

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

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

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

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

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

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

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