#A88AC6

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

Shades of East Side #A88AC6

Tints of East Side #A88AC6

Color information

#A88AC6 (or 0xA88AC6) is unknown color: approx East Side. HEX triplet: A8, 8A and C6. RGB value is (168,138,198). Sum of RGB (Red+Green+Blue) = 168+138+198=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AC6 is #577539. Grayscale: #999999. Windows color (decimal): -5731642 or 13011624. OLE color: 13011624.

HSL color Cylindrical-coordinate representation of color #A88AC6: hue angle of 270º 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 #A88AC6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168138198-
CMYK0.150.3000.22
HSL270º34.48%65.88%-
HSV(B)270º30.3%77.65%-
XYZ35.4330.5857.46-
YUV153.81152.94138.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=33.33%
G=27.38%
B=39.29%

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
Decimal1681381980.150.3000.2227034.4865.88
HexA88AC6F1E01610e2242
Octal250212306173602641642102
Binary1010100010001010110001101111111100101101000011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AC6; }

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

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

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

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

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

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

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

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