#A88CBD

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

Shades of East Side #A88CBD

Tints of East Side #A88CBD

Color information

#A88CBD (or 0xA88CBD) is unknown color: approx East Side. HEX triplet: A8, 8C and BD. RGB value is (168,140,189). Sum of RGB (Red+Green+Blue) = 168+140+189=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A88CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBD is #577342. Grayscale: #999999. Windows color (decimal): -5731139 or 12422312. OLE color: 12422312.

HSL color Cylindrical-coordinate representation of color #A88CBD: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88CBD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168140189-
CMYK0.110.2600.26
HSL274.29º27.07%64.51%-
HSV(B)274.29º25.93%74.12%-
XYZ34.7130.7652.25-
YUV153.96147.78138.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=33.80%
G=28.17%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681401890.110.2600.26274.2927.0764.51
HexA88CBDB1A01A1121b41
Octal250214275133203242233101
Binary101010001000110010111101101111010011010100010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CBD; }

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

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

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

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

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

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

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

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