#A88FAD

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

Shades of East Side #A88FAD

Tints of East Side #A88FAD

Color information

#A88FAD (or 0xA88FAD) is unknown color: approx East Side. HEX triplet: A8, 8F and AD. RGB value is (168,143,173). Sum of RGB (Red+Green+Blue) = 168+143+173=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAD is #577052. Grayscale: #999999. Windows color (decimal): -5730387 or 11374504. OLE color: 11374504.

HSL color Cylindrical-coordinate representation of color #A88FAD: hue angle of 290º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88FAD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168143173-
CMYK0.030.1700.32
HSL290º15.46%61.96%-
HSV(B)290º17.34%67.84%-
XYZ33.5130.9943.75-
YUV153.9138.78138.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=34.71%
G=29.55%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681431730.030.1700.3229015.4661.96
HexA88FAD311020122f3e
Octal2502172553210404421776
Binary101010001000111110101101111000101000001001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FAD; }

 p { color: rgb(168,143,173); }

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

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

 a { background-color: rgb(168,143,173); }

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

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

 span { border-color: rgb(168,143,173); }

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