#A88CC3

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

Shades of East Side #A88CC3

Tints of East Side #A88CC3

Color information

#A88CC3 (or 0xA88CC3) is unknown color: approx East Side. HEX triplet: A8, 8C and C3. RGB value is (168,140,195). Sum of RGB (Red+Green+Blue) = 168+140+195=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #A88CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CC3 is #57733C. Grayscale: #9A9A9A. Windows color (decimal): -5731133 or 12815528. OLE color: 12815528.

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

Color convert

RGB168140195-
CMYK0.140.2800.24
HSL270.55º31.43%65.69%-
HSV(B)270.55º28.21%76.47%-
XYZ35.3831.0255.75-
YUV154.64150.78137.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=33.40%
G=27.83%
B=38.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681401950.140.2800.24270.5531.4365.69
HexA88CC3E1C01810f1f42
Octal250214303163403041737102
Binary101010001000110011000011111011100011000100001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CC3; }

 p { color: rgb(168,140,195); }

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

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

 a { background-color: rgb(168,140,195); }

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

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

 span { border-color: rgb(168,140,195); }

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