#A358BB

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

Shades of Deep Lilac #A358BB

Tints of Deep Lilac #A358BB

Color information

#A358BB (or 0xA358BB) is unknown color: approx Deep Lilac. HEX triplet: A3, 58 and BB. RGB value is (163,88,187). Sum of RGB (Red+Green+Blue) = 163+88+187=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #A358BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BB is #5CA744. Grayscale: #797979. Windows color (decimal): -6072133 or 12277923. OLE color: 12277923.

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

Color convert

RGB16388187-
CMYK0.130.5300.27
HSL285.45º42.13%53.92%-
HSV(B)285.45º52.94%73.33%-
XYZ27.5618.3549.1-
YUV121.71164.85157.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=37.21%
G=20.09%
B=42.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163881870.130.5300.27285.4542.1353.92
HexA358BBD3501B11d2a36
Octal24313027315650334355266
Binary101000111011000101110111101110101011011100011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A358BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A358BB; }

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

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

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

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

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

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

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

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