#A461C5

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

Shades of Deep Lilac #A461C5

Tints of Deep Lilac #A461C5

Color information

#A461C5 (or 0xA461C5) is unknown color: approx Deep Lilac. HEX triplet: A4, 61 and C5. RGB value is (164,97,197). Sum of RGB (Red+Green+Blue) = 164+97+197=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #A461C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461C5 is #5B9E3A. Grayscale: #808080. Windows color (decimal): -6004283 or 12935588. OLE color: 12935588.

HSL color Cylindrical-coordinate representation of color #A461C5: hue angle of 280.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A461C5 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16497197-
CMYK0.170.5100.23
HSL280.2º46.3%57.65%-
HSV(B)280.2º50.76%77.25%-
XYZ29.6620.4755.21-
YUV128.43166.7153.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 197 (77.34% from 255) = 43.01%
R=35.81%
G=21.18%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164971970.170.5100.23280.246.357.65
HexA461C511330171182e3a
Octal24414130521630274305672
Binary1010010011000011100010110001110011010111100011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461C5; }

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

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

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

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

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

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

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

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