#A88FBE

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

Shades of East Side #A88FBE

Tints of East Side #A88FBE

Color information

#A88FBE (or 0xA88FBE) is unknown color: approx East Side. HEX triplet: A8, 8F and BE. RGB value is (168,143,190). Sum of RGB (Red+Green+Blue) = 168+143+190=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A88FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FBE is #577041. Grayscale: #9B9B9B. Windows color (decimal): -5730370 or 12488616. OLE color: 12488616.

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

Color convert

RGB168143190-
CMYK0.120.2500.25
HSL271.91º26.55%65.29%-
HSV(B)271.91º24.74%74.51%-
XYZ35.2731.6952.97-
YUV155.83147.28136.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=33.53%
G=28.54%
B=37.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681431900.120.2500.25271.9126.5565.29
HexA88FBEC190191101b41
Octal250217276143103142033101
Binary101010001000111110111110110011001011001100010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FBE; }

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

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

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

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

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

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

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

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