#A88FBA

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

Shades of East Side #A88FBA

Tints of East Side #A88FBA

Color information

#A88FBA (or 0xA88FBA) is unknown color: approx East Side. HEX triplet: A8, 8F and BA. RGB value is (168,143,186). Sum of RGB (Red+Green+Blue) = 168+143+186=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #A88FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FBA is #577045. Grayscale: #9B9B9B. Windows color (decimal): -5730374 or 12226472. OLE color: 12226472.

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

Color convert

RGB168143186-
CMYK0.100.2300.27
HSL274.88º23.76%64.51%-
HSV(B)274.88º23.12%72.94%-
XYZ34.8331.5150.7-
YUV155.38145.28137-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=33.80%
G=28.77%
B=37.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681431860.100.2300.27274.8823.7664.51
HexA88FBAA1701B1131841
Octal250217272122703342330101
Binary101010001000111110111010101010111011011100010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FBA; }

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

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

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

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

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

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

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

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