#A88CBA

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

Shades of East Side #A88CBA

Tints of East Side #A88CBA

Color information

#A88CBA (or 0xA88CBA) is unknown color: approx East Side. HEX triplet: A8, 8C and BA. RGB value is (168,140,186). Sum of RGB (Red+Green+Blue) = 168+140+186=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A88CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBA is #577345. Grayscale: #999999. Windows color (decimal): -5731142 or 12225704. OLE color: 12225704.

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

Color convert

RGB168140186-
CMYK0.100.2500.27
HSL276.52º25%63.92%-
HSV(B)276.52º24.73%72.94%-
XYZ34.3930.6350.55-
YUV153.62146.28138.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=34.01%
G=28.34%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681401860.100.2500.27276.522563.92
HexA88CBAA1901B1151940
Octal250214272123103342531100
Binary101010001000110010111010101011001011011100010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CBA; }

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

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

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

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

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

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

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

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