#A187AE

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

Shades of East Side #A187AE

Tints of East Side #A187AE

Color information

#A187AE (or 0xA187AE) is unknown color: approx East Side. HEX triplet: A1, 87 and AE. RGB value is (161,135,174). Sum of RGB (Red+Green+Blue) = 161+135+174=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #A187AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AE is #5E7851. Grayscale: #939393. Windows color (decimal): -6191186 or 11437985. OLE color: 11437985.

HSL color Cylindrical-coordinate representation of color #A187AE: hue angle of 280º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A187AE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161135174-
CMYK0.070.2200.32
HSL280º19.4%60.59%-
HSV(B)280º22.41%68.24%-
XYZ3127.9643.81-
YUV147.22143.11137.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=34.26%
G=28.72%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611351740.070.2200.3228019.460.59
HexA187AE716020118133d
Octal2412072567260404302375
Binary10100001100001111010111011110110010000010001100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187AE; }

 p { color: rgb(161,135,174); }

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

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

 a { background-color: rgb(161,135,174); }

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

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

 span { border-color: rgb(161,135,174); }

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