#A358C6

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

Shades of Deep Lilac #A358C6

Tints of Deep Lilac #A358C6

Color information

#A358C6 (or 0xA358C6) is unknown color: approx Deep Lilac. HEX triplet: A3, 58 and C6. RGB value is (163,88,198). Sum of RGB (Red+Green+Blue) = 163+88+198=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #A358C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358C6 is #5CA739. Grayscale: #7A7A7A. Windows color (decimal): -6072122 or 12998819. OLE color: 12998819.

HSL color Cylindrical-coordinate representation of color #A358C6: hue angle of 280.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A358C6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16388198-
CMYK0.180.5600.22
HSL280.91º49.11%56.08%-
HSV(B)280.91º55.56%77.65%-
XYZ28.7918.8455.55-
YUV122.96170.35156.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 88 (34.77% from 255) = 19.60%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=36.30%
G=19.60%
B=44.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163881980.180.5600.22280.9149.1156.08
HexA358C612380161193138
Octal24313030622700264316170
Binary1010001110110001100011010010111000010110100011001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A358C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A358C6; }

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

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

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

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

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

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

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

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