#A461C1

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

Shades of Deep Lilac #A461C1

Tints of Deep Lilac #A461C1

Color information

#A461C1 (or 0xA461C1) is unknown color: approx Deep Lilac. HEX triplet: A4, 61 and C1. RGB value is (164,97,193). Sum of RGB (Red+Green+Blue) = 164+97+193=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #A461C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461C1 is #5B9E3E. Grayscale: #7F7F7F. Windows color (decimal): -6004287 or 12673444. OLE color: 12673444.

HSL color Cylindrical-coordinate representation of color #A461C1: hue angle of 281.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A461C1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16497193-
CMYK0.150.5000.24
HSL281.88º43.64%56.86%-
HSV(B)281.88º49.74%75.69%-
XYZ29.2120.2952.83-
YUV127.98164.7153.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=36.12%
G=21.37%
B=42.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164971930.150.5000.24281.8843.6456.86
HexA461C1F3201811a2c39
Octal24414130117620304325471
Binary101001001100001110000011111110010011000100011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461C1; }

 p { color: rgb(164,97,193); }

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

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

 a { background-color: rgb(164,97,193); }

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

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

 span { border-color: rgb(164,97,193); }

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