#A88BBE

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

Shades of East Side #A88BBE

Tints of East Side #A88BBE

Color information

#A88BBE (or 0xA88BBE) is unknown color: approx East Side. HEX triplet: A8, 8B and BE. RGB value is (168,139,190). Sum of RGB (Red+Green+Blue) = 168+139+190=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A88BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BBE is #577441. Grayscale: #999999. Windows color (decimal): -5731394 or 12487592. OLE color: 12487592.

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

Color convert

RGB168139190-
CMYK0.120.2700.25
HSL274.12º28.18%64.51%-
HSV(B)274.12º26.84%74.51%-
XYZ34.6830.5152.78-
YUV153.48148.61138.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=33.80%
G=27.97%
B=38.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681391900.120.2700.25274.1228.1864.51
HexA88BBEC1B0191121c41
Octal250213276143303142234101
Binary101010001000101110111110110011011011001100010010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BBE; }

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

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

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

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

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

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

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

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