#A87BB4

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

Shades of East Side #A87BB4

Tints of East Side #A87BB4

Color information

#A87BB4 (or 0xA87BB4) is unknown color: approx East Side. HEX triplet: A8, 7B and B4. RGB value is (168,123,180). Sum of RGB (Red+Green+Blue) = 168+123+180=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #A87BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BB4 is #57844B. Grayscale: #8E8E8E. Windows color (decimal): -5735500 or 11828136. OLE color: 11828136.

HSL color Cylindrical-coordinate representation of color #A87BB4: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87BB4 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168123180-
CMYK0.070.3200.29
HSL287.37º27.54%59.41%-
HSV(B)287.37º31.67%70.59%-
XYZ31.4725.7946.5-
YUV142.95148.91145.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=35.67%
G=26.11%
B=38.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681231800.070.3200.29287.3727.5459.41
HexA87BB472001D11f1c3b
Octal2501732647400354373473
Binary1010100011110111011010011110000001110110001111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BB4; }

 p { color: rgb(168,123,180); }

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

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

 a { background-color: rgb(168,123,180); }

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

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

 span { border-color: rgb(168,123,180); }

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