#A461BA

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

Shades of Deep Lilac #A461BA

Tints of Deep Lilac #A461BA

Color information

#A461BA (or 0xA461BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 61 and BA. RGB value is (164,97,186). Sum of RGB (Red+Green+Blue) = 164+97+186=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A461BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461BA is #5B9E45. Grayscale: #7E7E7E. Windows color (decimal): -6004294 or 12214692. OLE color: 12214692.

HSL color Cylindrical-coordinate representation of color #A461BA: hue angle of 285.17º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A461BA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16497186-
CMYK0.120.4800.27
HSL285.17º39.21%55.49%-
HSV(B)285.17º47.85%72.94%-
XYZ28.4519.9948.81-
YUV127.18161.2154.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=36.69%
G=21.70%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164971860.120.4800.27285.1739.2155.49
HexA461BAC3001B11d2737
Octal24414127214600334354767
Binary101001001100001101110101100110000011011100011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461BA; }

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

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

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

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

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

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

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

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