#A88AC5

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

Shades of East Side #A88AC5

Tints of East Side #A88AC5

Color information

#A88AC5 (or 0xA88AC5) is unknown color: approx East Side. HEX triplet: A8, 8A and C5. RGB value is (168,138,197). Sum of RGB (Red+Green+Blue) = 168+138+197=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #A88AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AC5 is #57753A. Grayscale: #999999. Windows color (decimal): -5731643 or 12946088. OLE color: 12946088.

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

Color convert

RGB168138197-
CMYK0.150.3000.23
HSL270.51º33.71%65.69%-
HSV(B)270.51º29.95%77.25%-
XYZ35.3130.5356.86-
YUV153.7152.44138.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=33.40%
G=27.44%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681381970.150.3000.23270.5133.7165.69
HexA88AC5F1E01710f2242
Octal250212305173602741742102
Binary1010100010001010110001011111111100101111000011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AC5; }

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

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

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

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

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

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

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

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