#A558C1

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

Shades of Deep Lilac #A558C1

Tints of Deep Lilac #A558C1

Color information

#A558C1 (or 0xA558C1) is unknown color: approx Deep Lilac. HEX triplet: A5, 58 and C1. RGB value is (165,88,193). Sum of RGB (Red+Green+Blue) = 165+88+193=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #A558C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558C1 is #5AA73E. Grayscale: #7A7A7A. Windows color (decimal): -5941055 or 12671141. OLE color: 12671141.

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

Color convert

RGB16588193-
CMYK0.150.5400.24
HSL284º45.85%55.1%-
HSV(B)284º54.4%75.69%-
XYZ28.6318.8352.58-
YUV122.99167.51157.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=37.00%
G=19.73%
B=43.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165881930.150.5400.2428445.8555.1
HexA558C1F3601811c2e37
Octal24513030117660304345667
Binary101001011011000110000011111110110011000100011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A558C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A558C1; }

 p { color: rgb(165,88,193); }

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

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

 a { background-color: rgb(165,88,193); }

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

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

 span { border-color: rgb(165,88,193); }

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