#A886BD

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

Shades of East Side #A886BD

Tints of East Side #A886BD

Color information

#A886BD (or 0xA886BD) is unknown color: approx East Side. HEX triplet: A8, 86 and BD. RGB value is (168,134,189). Sum of RGB (Red+Green+Blue) = 168+134+189=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #A886BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886BD is #577942. Grayscale: #969696. Windows color (decimal): -5732675 or 12420776. OLE color: 12420776.

HSL color Cylindrical-coordinate representation of color #A886BD: hue angle of 277.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A886BD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168134189-
CMYK0.110.2900.26
HSL277.09º29.41%63.33%-
HSV(B)277.09º29.1%74.12%-
XYZ33.8629.0551.97-
YUV150.44149.76140.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=34.22%
G=27.29%
B=38.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681341890.110.2900.26277.0929.4163.33
HexA886BDB1D01A1151d3f
Octal25020627513350324253577
Binary10101000100001101011110110111110101101010001010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886BD; }

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

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

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

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

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

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

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

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