#A88BC6

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

Shades of East Side #A88BC6

Tints of East Side #A88BC6

Color information

#A88BC6 (or 0xA88BC6) is unknown color: approx East Side. HEX triplet: A8, 8B and C6. RGB value is (168,139,198). Sum of RGB (Red+Green+Blue) = 168+139+198=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BC6 is #577439. Grayscale: #9A9A9A. Windows color (decimal): -5731386 or 13011880. OLE color: 13011880.

HSL color Cylindrical-coordinate representation of color #A88BC6: hue angle of 269.49º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88BC6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168139198-
CMYK0.150.3000.22
HSL269.49º34.1%66.08%-
HSV(B)269.49º29.8%77.65%-
XYZ35.5730.8757.51-
YUV154.4152.61137.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=33.27%
G=27.52%
B=39.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681391980.150.3000.22269.4934.166.08
HexA88BC6F1E01610d2242
Octal250213306173602641542102
Binary1010100010001011110001101111111100101101000011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BC6; }

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

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

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

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

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

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

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

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