#A887BF

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

Shades of East Side #A887BF

Tints of East Side #A887BF

Color information

#A887BF (or 0xA887BF) is unknown color: approx East Side. HEX triplet: A8, 87 and BF. RGB value is (168,135,191). Sum of RGB (Red+Green+Blue) = 168+135+191=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A887BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887BF is #577840. Grayscale: #979797. Windows color (decimal): -5732417 or 12552104. OLE color: 12552104.

HSL color Cylindrical-coordinate representation of color #A887BF: hue angle of 275.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A887BF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168135191-
CMYK0.120.2900.25
HSL275.36º30.43%63.92%-
HSV(B)275.36º29.32%74.9%-
XYZ34.2229.4153.16-
YUV151.25150.43139.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 191 (75% from 255) = 38.66%
R=34.01%
G=27.33%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681351910.120.2900.25275.3630.4363.92
HexA887BFC1D0191131e40
Octal250207277143503142336100
Binary101010001000011110111111110011101011001100010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887BF; }

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

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

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

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

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

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

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

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