#A88FAE

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

Shades of East Side #A88FAE

Tints of East Side #A88FAE

Color information

#A88FAE (or 0xA88FAE) is unknown color: approx East Side. HEX triplet: A8, 8F and AE. RGB value is (168,143,174). Sum of RGB (Red+Green+Blue) = 168+143+174=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #A88FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAE is #577051. Grayscale: #999999. Windows color (decimal): -5730386 or 11440040. OLE color: 11440040.

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

Color convert

RGB168143174-
CMYK0.030.1800.32
HSL288.39º16.06%62.16%-
HSV(B)288.39º17.82%68.24%-
XYZ33.6131.0344.26-
YUV154.01139.28137.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=34.64%
G=29.48%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681431740.030.1800.32288.3916.0662.16
HexA88FAE312020120103e
Octal2502172563220404402076
Binary1010100010001111101011101110010010000010010000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FAE; }

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

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

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

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

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

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

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

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