#A88BBC

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

Shades of East Side #A88BBC

Tints of East Side #A88BBC

Color information

#A88BBC (or 0xA88BBC) is unknown color: approx East Side. HEX triplet: A8, 8B and BC. RGB value is (168,139,188). Sum of RGB (Red+Green+Blue) = 168+139+188=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A88BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BBC is #577443. Grayscale: #999999. Windows color (decimal): -5731396 or 12356520. OLE color: 12356520.

HSL color Cylindrical-coordinate representation of color #A88BBC: hue angle of 275.51º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88BBC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168139188-
CMYK0.110.2600.26
HSL275.51º26.78%64.12%-
HSV(B)275.51º26.06%73.73%-
XYZ34.4630.4251.63-
YUV153.26147.61138.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=33.94%
G=28.08%
B=37.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681391880.110.2600.26275.5126.7864.12
HexA88BBCB1A01A1141b40
Octal250213274133203242433100
Binary101010001000101110111100101111010011010100010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BBC; }

 p { color: rgb(168,139,188); }

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

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

 a { background-color: rgb(168,139,188); }

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

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

 span { border-color: rgb(168,139,188); }

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