#A88DAD

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

Shades of East Side #A88DAD

Tints of East Side #A88DAD

Color information

#A88DAD (or 0xA88DAD) is unknown color: approx East Side. HEX triplet: A8, 8D and AD. RGB value is (168,141,173). Sum of RGB (Red+Green+Blue) = 168+141+173=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAD is #577252. Grayscale: #989898. Windows color (decimal): -5730899 or 11373992. OLE color: 11373992.

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

Color convert

RGB168141173-
CMYK0.030.1800.32
HSL290.62º16.33%61.57%-
HSV(B)290.62º18.5%67.84%-
XYZ33.2230.3943.65-
YUV152.72139.45138.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=34.85%
G=29.25%
B=35.89%

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
Decimal1681411730.030.1800.32290.6216.3361.57
HexA88DAD312020123103e
Octal2502152553220404432076
Binary1010100010001101101011011110010010000010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DAD; }

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

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

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

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

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

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

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

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