#A886B6

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

Shades of East Side #A886B6

Tints of East Side #A886B6

Color information

#A886B6 (or 0xA886B6) is unknown color: approx East Side. HEX triplet: A8, 86 and B6. RGB value is (168,134,182). Sum of RGB (Red+Green+Blue) = 168+134+182=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #A886B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886B6 is #577949. Grayscale: #959595. Windows color (decimal): -5732682 or 11962024. OLE color: 11962024.

HSL color Cylindrical-coordinate representation of color #A886B6: hue angle of 282.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A886B6 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168134182-
CMYK0.080.2600.29
HSL282.5º24.74%61.96%-
HSV(B)282.5º26.37%71.37%-
XYZ33.1228.7548.06-
YUV149.64146.26141.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=34.71%
G=27.69%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681341820.080.2600.29282.524.7461.96
HexA886B681A01D11a193e
Octal25020626610320354323176
Binary10101000100001101011011010001101001110110001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886B6; }

 p { color: rgb(168,134,182); }

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

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

 a { background-color: rgb(168,134,182); }

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

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

 span { border-color: rgb(168,134,182); }

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