#A088AD

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

Shades of East Side #A088AD

Tints of East Side #A088AD

Color information

#A088AD (or 0xA088AD) is unknown color: approx East Side. HEX triplet: A0, 88 and AD. RGB value is (160,136,173). Sum of RGB (Red+Green+Blue) = 160+136+173=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A088AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A088AD is #5F7752. Grayscale: #939393. Windows color (decimal): -6256467 or 11372704. OLE color: 11372704.

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

Color convert

RGB160136173-
CMYK0.080.2100.32
HSL278.92º18.41%60.59%-
HSV(B)278.92º21.39%67.84%-
XYZ30.8428.143.33-
YUV147.39142.45136.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=34.12%
G=29.00%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601361730.080.2100.32278.9218.4160.59
HexA088AD815020117123d
Octal24021025510250404272275
Binary101000001000100010101101100010101010000010001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088AD; }

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

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

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

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

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

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

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

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