#A98BBD

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

Shades of East Side #A98BBD

Tints of East Side #A98BBD

Color information

#A98BBD (or 0xA98BBD) is unknown color: approx East Side. HEX triplet: A9, 8B and BD. RGB value is (169,139,189). Sum of RGB (Red+Green+Blue) = 169+139+189=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A98BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BBD is #567442. Grayscale: #999999. Windows color (decimal): -5665859 or 12422057. OLE color: 12422057.

HSL color Cylindrical-coordinate representation of color #A98BBD: hue angle of 276º 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 #A98BBD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169139189-
CMYK0.110.2600.26
HSL276º27.47%64.31%-
HSV(B)276º26.46%74.12%-
XYZ34.7830.5752.21-
YUV153.67147.94138.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=34.00%
G=27.97%
B=38.03%

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
Decimal1691391890.110.2600.2627627.4764.31
HexA98BBDB1A01A1141b40
Octal251213275133203242433100
Binary101010011000101110111101101111010011010100010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BBD; }

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

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

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

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

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

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

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

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