#A358BF

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

Shades of Deep Lilac #A358BF

Tints of Deep Lilac #A358BF

Color information

#A358BF (or 0xA358BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 58 and BF. RGB value is (163,88,191). Sum of RGB (Red+Green+Blue) = 163+88+191=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A358BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BF is #5CA740. Grayscale: #797979. Windows color (decimal): -6072129 or 12540067. OLE color: 12540067.

HSL color Cylindrical-coordinate representation of color #A358BF: hue angle of 283.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A358BF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16388191-
CMYK0.150.5400.25
HSL283.69º44.59%54.71%-
HSV(B)283.69º53.93%74.9%-
XYZ2818.5351.39-
YUV122.17166.85157.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 191 (75% from 255) = 43.21%
R=36.88%
G=19.91%
B=43.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163881910.150.5400.25283.6944.5954.71
HexA358BFF3601911c2d37
Octal24313027717660314345567
Binary101000111011000101111111111110110011001100011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A358BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A358BF; }

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

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

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

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

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

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

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

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