#A458BB

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

Shades of Deep Lilac #A458BB

Tints of Deep Lilac #A458BB

Color information

#A458BB (or 0xA458BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 58 and BB. RGB value is (164,88,187). Sum of RGB (Red+Green+Blue) = 164+88+187=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #A458BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458BB is #5BA744. Grayscale: #797979. Windows color (decimal): -6006597 or 12277924. OLE color: 12277924.

HSL color Cylindrical-coordinate representation of color #A458BB: hue angle of 286.06º 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 #A458BB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16488187-
CMYK0.120.5300.27
HSL286.06º42.13%53.92%-
HSV(B)286.06º52.94%73.33%-
XYZ27.7718.4649.11-
YUV122.01164.68157.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=37.36%
G=20.05%
B=42.60%

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
Decimal164881870.120.5300.27286.0642.1353.92
HexA458BBC3501B11e2a36
Octal24413027314650334365266
Binary101001001011000101110111100110101011011100011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A458BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A458BB; }

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

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

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

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

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

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

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

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