#A050C1

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

Shades of Deep Lilac #A050C1

Tints of Deep Lilac #A050C1

Color information

#A050C1 (or 0xA050C1) is unknown color: approx Deep Lilac. HEX triplet: A0, 50 and C1. RGB value is (160,80,193). Sum of RGB (Red+Green+Blue) = 160+80+193=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #A050C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050C1 is #5FAF3E. Grayscale: #747474. Windows color (decimal): -6270783 or 12669088. OLE color: 12669088.

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

Color convert

RGB16080193-
CMYK0.170.5900.24
HSL282.48º47.68%53.53%-
HSV(B)282.48º58.55%75.69%-
XYZ26.9917.0652.32-
YUV116.8171158.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=36.95%
G=18.48%
B=44.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160801930.170.5900.24282.4847.6853.53
HexA050C1113B01811a3036
Octal24012030121730304326066
Binary1010000010100001100000110001111011011000100011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A050C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A050C1; }

 p { color: rgb(160,80,193); }

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

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

 a { background-color: rgb(160,80,193); }

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

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

 span { border-color: rgb(160,80,193); }

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