#A88AC4

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

Shades of East Side #A88AC4

Tints of East Side #A88AC4

Color information

#A88AC4 (or 0xA88AC4) is unknown color: approx East Side. HEX triplet: A8, 8A and C4. RGB value is (168,138,196). Sum of RGB (Red+Green+Blue) = 168+138+196=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #A88AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AC4 is #57753B. Grayscale: #999999. Windows color (decimal): -5731644 or 12880552. OLE color: 12880552.

HSL color Cylindrical-coordinate representation of color #A88AC4: hue angle of 271.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88AC4 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168138196-
CMYK0.140.3000.23
HSL271.03º32.95%65.49%-
HSV(B)271.03º29.59%76.86%-
XYZ35.230.4956.25-
YUV153.58151.94138.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=33.47%
G=27.49%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681381960.140.3000.23271.0332.9565.49
HexA88AC4E1E01710f2141
Octal250212304163602741741101
Binary1010100010001010110001001110111100101111000011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AC4; }

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

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

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

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

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

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

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

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