#A88AC1

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

Shades of East Side #A88AC1

Tints of East Side #A88AC1

Color information

#A88AC1 (or 0xA88AC1) is unknown color: approx East Side. HEX triplet: A8, 8A and C1. RGB value is (168,138,193). Sum of RGB (Red+Green+Blue) = 168+138+193=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A88AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AC1 is #57753E. Grayscale: #999999. Windows color (decimal): -5731647 or 12683944. OLE color: 12683944.

HSL color Cylindrical-coordinate representation of color #A88AC1: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88AC1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168138193-
CMYK0.130.2800.24
HSL272.73º30.73%64.9%-
HSV(B)272.73º28.5%75.69%-
XYZ34.8630.3554.47-
YUV153.24150.44138.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=33.67%
G=27.66%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681381930.130.2800.24272.7330.7364.9
HexA88AC1D1C0181111f41
Octal250212301153403042137101
Binary101010001000101011000001110111100011000100010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AC1; }

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

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

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

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

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

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

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

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