#A291AB

Color #A291AB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A291AB

Tints of East Side #A291AB

Color information

#A291AB (or 0xA291AB) is unknown color: approx East Side. HEX triplet: A2, 91 and AB. RGB value is (162,145,171). Sum of RGB (Red+Green+Blue) = 162+145+171=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A291AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A291AB is #5D6E54. Grayscale: #989898. Windows color (decimal): -6123093 or 11243938. OLE color: 11243938.

HSL color Cylindrical-coordinate representation of color #A291AB: hue angle of 279.23º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A291AB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162145171-
CMYK0.050.1500.33
HSL279.23º13.4%61.96%-
HSV(B)279.23º15.2%67.06%-
XYZ32.3830.8742.78-
YUV153.05138.13134.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=33.89%
G=30.33%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621451710.050.1500.33279.2313.461.96
HexA291AB5F021117d3e
Octal2422212535170414271576
Binary101000101001000110101011101111101000011000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291AB; }

 p { color: rgb(162,145,171); }

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

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

 a { background-color: rgb(162,145,171); }

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

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

 span { border-color: rgb(162,145,171); }

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