#A98BBA

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

Shades of East Side #A98BBA

Tints of East Side #A98BBA

Color information

#A98BBA (or 0xA98BBA) is unknown color: approx East Side. HEX triplet: A9, 8B and BA. RGB value is (169,139,186). Sum of RGB (Red+Green+Blue) = 169+139+186=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 139 (54.69% from 255 or 28.14% 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 #A98BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBA is #567445. Grayscale: #999999. Windows color (decimal): -5665862 or 12225449. OLE color: 12225449.

HSL color Cylindrical-coordinate representation of color #A98BBA: hue angle of 278.3º 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 #A98BBA is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169139186-
CMYK0.090.2500.27
HSL278.3º25.41%63.73%-
HSV(B)278.3º25.27%72.94%-
XYZ34.4630.4550.51-
YUV153.33146.44139.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=34.21%
G=28.14%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691391860.090.2500.27278.325.4163.73
HexA98BBA91901B1161940
Octal251213272113103342631100
Binary101010011000101110111010100111001011011100010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BBA; }

 p { color: rgb(169,139,186); }

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

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

 a { background-color: rgb(169,139,186); }

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

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

 span { border-color: rgb(169,139,186); }

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