#A88CBE

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

Shades of East Side #A88CBE

Tints of East Side #A88CBE

Color information

#A88CBE (or 0xA88CBE) is unknown color: approx East Side. HEX triplet: A8, 8C and BE. RGB value is (168,140,190). Sum of RGB (Red+Green+Blue) = 168+140+190=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A88CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBE is #577341. Grayscale: #999999. Windows color (decimal): -5731138 or 12487848. OLE color: 12487848.

HSL color Cylindrical-coordinate representation of color #A88CBE: hue angle of 273.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88CBE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168140190-
CMYK0.120.2600.25
HSL273.6º27.78%64.71%-
HSV(B)273.6º26.32%74.51%-
XYZ34.8230.852.82-
YUV154.07148.28137.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=33.73%
G=28.11%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681401900.120.2600.25273.627.7864.71
HexA88CBEC1A0191121c41
Octal250214276143203142234101
Binary101010001000110010111110110011010011001100010010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CBE; }

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

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

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

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

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

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

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

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