#A266B1

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

Shades of Deep Lilac #A266B1

Tints of Deep Lilac #A266B1

Color information

#A266B1 (or 0xA266B1) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and B1. RGB value is (162,102,177). Sum of RGB (Red+Green+Blue) = 162+102+177=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #A266B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266B1 is #5D994E. Grayscale: #808080. Windows color (decimal): -6134095 or 11626146. OLE color: 11626146.

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

Color convert

RGB162102177-
CMYK0.080.4200.31
HSL288º32.47%54.71%-
HSV(B)288º42.37%69.41%-
XYZ27.5920.3644.07-
YUV128.49155.38151.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=36.73%
G=23.13%
B=40.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621021770.080.4200.3128832.4754.71
HexA266B182A01F1202037
Octal24214626110520374404067
Binary101000101100110101100011000101010011111100100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266B1; }

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

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

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

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

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

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

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

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