#A88ABC

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

Shades of East Side #A88ABC

Tints of East Side #A88ABC

Color information

#A88ABC (or 0xA88ABC) is unknown color: approx East Side. HEX triplet: A8, 8A and BC. RGB value is (168,138,188). Sum of RGB (Red+Green+Blue) = 168+138+188=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A88ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ABC is #577543. Grayscale: #989898. Windows color (decimal): -5731652 or 12356264. OLE color: 12356264.

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

Color convert

RGB168138188-
CMYK0.110.2700.26
HSL276º27.17%63.92%-
HSV(B)276º26.6%73.73%-
XYZ34.3130.1351.58-
YUV152.67147.94138.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=34.01%
G=27.94%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681381880.110.2700.2627627.1763.92
HexA88ABCB1B01A1141b40
Octal250212274133303242433100
Binary101010001000101010111100101111011011010100010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ABC; }

 p { color: rgb(168,138,188); }

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

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

 a { background-color: rgb(168,138,188); }

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

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

 span { border-color: rgb(168,138,188); }

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