#A088AE

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

Shades of East Side #A088AE

Tints of East Side #A088AE

Color information

#A088AE (or 0xA088AE) is unknown color: approx East Side. HEX triplet: A0, 88 and AE. RGB value is (160,136,174). Sum of RGB (Red+Green+Blue) = 160+136+174=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 136 (53.52% from 255 or 28.94% 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 #A088AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088AE is #5F7751. Grayscale: #939393. Windows color (decimal): -6256466 or 11438240. OLE color: 11438240.

HSL color Cylindrical-coordinate representation of color #A088AE: hue angle of 277.89º 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 #A088AE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160136174-
CMYK0.080.2200.32
HSL277.89º19%60.78%-
HSV(B)277.89º21.84%68.24%-
XYZ30.9428.1443.84-
YUV147.51142.95136.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=34.04%
G=28.94%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601361740.080.2200.32277.891960.78
HexA088AE816020116133d
Octal24021025610260404262375
Binary101000001000100010101110100010110010000010001011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088AE; }

 p { color: rgb(160,136,174); }

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

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

 a { background-color: rgb(160,136,174); }

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

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

 span { border-color: rgb(160,136,174); }

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