#A261BA

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

Shades of Deep Lilac #A261BA

Tints of Deep Lilac #A261BA

Color information

#A261BA (or 0xA261BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 61 and BA. RGB value is (162,97,186). Sum of RGB (Red+Green+Blue) = 162+97+186=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A261BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BA is #5D9E45. Grayscale: #7E7E7E. Windows color (decimal): -6135366 or 12214690. OLE color: 12214690.

HSL color Cylindrical-coordinate representation of color #A261BA: hue angle of 283.82º 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 #A261BA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16297186-
CMYK0.130.4800.27
HSL283.82º39.21%55.49%-
HSV(B)283.82º47.85%72.94%-
XYZ28.0419.7848.79-
YUV126.58161.53153.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=36.40%
G=21.80%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162971860.130.4800.27283.8239.2155.49
HexA261BAD3001B11c2737
Octal24214127215600334344767
Binary101000101100001101110101101110000011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261BA; }

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

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

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

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

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

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

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

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