#A358BA

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

Shades of Deep Lilac #A358BA

Tints of Deep Lilac #A358BA

Color information

#A358BA (or 0xA358BA) is unknown color: approx Deep Lilac. HEX triplet: A3, 58 and BA. RGB value is (163,88,186). Sum of RGB (Red+Green+Blue) = 163+88+186=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #A358BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BA is #5CA745. Grayscale: #797979. Windows color (decimal): -6072134 or 12212387. OLE color: 12212387.

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

Color convert

RGB16388186-
CMYK0.120.5300.27
HSL285.92º41.53%53.73%-
HSV(B)285.92º52.69%72.94%-
XYZ27.4618.3148.54-
YUV121.6164.35157.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=37.30%
G=20.14%
B=42.56%

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
Decimal163881860.120.5300.27285.9241.5353.73
HexA358BAC3501B11e2a36
Octal24313027214650334365266
Binary101000111011000101110101100110101011011100011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A358BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A358BA; }

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

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

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

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

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

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

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

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