#A958C1

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

Shades of Deep Lilac #A958C1

Tints of Deep Lilac #A958C1

Color information

#A958C1 (or 0xA958C1) is unknown color: approx Deep Lilac. HEX triplet: A9, 58 and C1. RGB value is (169,88,193). Sum of RGB (Red+Green+Blue) = 169+88+193=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #A958C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958C1 is #56A73E. Grayscale: #7B7B7B. Windows color (decimal): -5678911 or 12671145. OLE color: 12671145.

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

Color convert

RGB16988193-
CMYK0.120.5400.24
HSL286.29º45.85%55.1%-
HSV(B)286.29º54.4%75.69%-
XYZ29.4819.2652.62-
YUV124.19166.84159.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=37.56%
G=19.56%
B=42.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169881930.120.5400.24286.2945.8555.1
HexA958C1C3601811e2e37
Octal25113030114660304365667
Binary101010011011000110000011100110110011000100011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958C1; }

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

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

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

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

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

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

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

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