#A887BD

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

Shades of East Side #A887BD

Tints of East Side #A887BD

Color information

#A887BD (or 0xA887BD) is unknown color: approx East Side. HEX triplet: A8, 87 and BD. RGB value is (168,135,189). Sum of RGB (Red+Green+Blue) = 168+135+189=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A887BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887BD is #577842. Grayscale: #969696. Windows color (decimal): -5732419 or 12421032. OLE color: 12421032.

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

Color convert

RGB168135189-
CMYK0.110.2900.26
HSL276.67º29.03%63.53%-
HSV(B)276.67º28.57%74.12%-
XYZ3429.3352.01-
YUV151.02149.43140.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=34.15%
G=27.44%
B=38.41%

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
Decimal1681351890.110.2900.26276.6729.0363.53
HexA887BDB1D01A1151d40
Octal250207275133503242535100
Binary101010001000011110111101101111101011010100010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887BD; }

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

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

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

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

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

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

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

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