#A88CAD

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

Shades of East Side #A88CAD

Tints of East Side #A88CAD

Color information

#A88CAD (or 0xA88CAD) is unknown color: approx East Side. HEX triplet: A8, 8C and AD. RGB value is (168,140,173). Sum of RGB (Red+Green+Blue) = 168+140+173=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAD is #577352. Grayscale: #989898. Windows color (decimal): -5731155 or 11373736. OLE color: 11373736.

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

Color convert

RGB168140173-
CMYK0.030.1900.32
HSL290.91º16.75%61.37%-
HSV(B)290.91º19.08%67.84%-
XYZ33.0730.143.6-
YUV152.13139.78139.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=34.93%
G=29.11%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681401730.030.1900.32290.9116.7561.37
HexA88CAD313020123113d
Octal2502142553230404432175
Binary1010100010001100101011011110011010000010010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CAD; }

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

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

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

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

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

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

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

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