#a95bc1

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

Shades of Deep Lilac #A95BC1

Tints of Deep Lilac #A95BC1

Color information

#A95BC1 (or 0xA95BC1) is unknown color: approx Deep Lilac. HEX triplet: A9, 5B and C1. RGB value is (169,91,193). Sum of RGB (Red+Green+Blue) = 169+91+193=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #A95BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BC1 is #56A43E. Grayscale: #7D7D7D. Windows color (decimal): -5678143 or 12671913. OLE color: 12671913.

HSL color Cylindrical-coordinate representation of color #A95BC1: hue angle of 285.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95BC1 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16991193-
CMYK0.120.5300.24
HSL285.88º45.13%55.69%-
HSV(B)285.88º52.85%75.69%-
XYZ29.7319.7752.7-
YUV125.95165.84158.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=37.31%
G=20.09%
B=42.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169911930.120.5300.24285.8845.1355.69
HexA95BC1C3501811e2d38
Octal25113330114650304365570
Binary101010011011011110000011100110101011000100011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95bc1; }

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

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

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

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

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

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

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

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