#A88AB8

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

Shades of East Side #A88AB8

Tints of East Side #A88AB8

Color information

#A88AB8 (or 0xA88AB8) is unknown color: approx East Side. HEX triplet: A8, 8A and B8. RGB value is (168,138,184). Sum of RGB (Red+Green+Blue) = 168+138+184=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #A88AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AB8 is #577547. Grayscale: #989898. Windows color (decimal): -5731656 or 12094120. OLE color: 12094120.

HSL color Cylindrical-coordinate representation of color #A88AB8: hue angle of 279.13º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A88AB8 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168138184-
CMYK0.090.2500.28
HSL279.13º24.47%63.14%-
HSV(B)279.13º25%72.16%-
XYZ33.8929.9649.34-
YUV152.21145.94139.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=34.29%
G=28.16%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681381840.090.2500.28279.1324.4763.14
HexA88AB891901C117183f
Octal25021227011310344273077
Binary10101000100010101011100010011100101110010001011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AB8; }

 p { color: rgb(168,138,184); }

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

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

 a { background-color: rgb(168,138,184); }

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

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

 span { border-color: rgb(168,138,184); }

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