#A260B1

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

Shades of Deep Lilac #A260B1

Tints of Deep Lilac #A260B1

Color information

#A260B1 (or 0xA260B1) is unknown color: approx Deep Lilac. HEX triplet: A2, 60 and B1. RGB value is (162,96,177). Sum of RGB (Red+Green+Blue) = 162+96+177=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A260B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260B1 is #5D9F4E. Grayscale: #7C7C7C. Windows color (decimal): -6135631 or 11624610. OLE color: 11624610.

HSL color Cylindrical-coordinate representation of color #A260B1: hue angle of 288.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A260B1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16296177-
CMYK0.080.4600.31
HSL288.89º34.18%53.53%-
HSV(B)288.89º45.76%69.41%-
XYZ27.0219.2243.88-
YUV124.97157.37154.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=37.24%
G=22.07%
B=40.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162961770.080.4600.31288.8934.1853.53
HexA260B182E01F1212236
Octal24214026110560374414266
Binary101000101100000101100011000101110011111100100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260B1; }

 p { color: rgb(162,96,177); }

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

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

 a { background-color: rgb(162,96,177); }

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

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

 span { border-color: rgb(162,96,177); }

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