#A98BC1

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

Shades of East Side #A98BC1

Tints of East Side #A98BC1

Color information

#A98BC1 (or 0xA98BC1) is unknown color: approx East Side. HEX triplet: A9, 8B and C1. RGB value is (169,139,193). Sum of RGB (Red+Green+Blue) = 169+139+193=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #A98BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BC1 is #56743E. Grayscale: #999999. Windows color (decimal): -5665855 or 12684201. OLE color: 12684201.

HSL color Cylindrical-coordinate representation of color #A98BC1: hue angle of 273.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98BC1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169139193-
CMYK0.120.2800.24
HSL273.33º30.34%65.1%-
HSV(B)273.33º27.98%75.69%-
XYZ35.2230.7554.53-
YUV154.13149.94138.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=33.73%
G=27.74%
B=38.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691391930.120.2800.24273.3330.3465.1
HexA98BC1C1C0181111e41
Octal251213301143403042136101
Binary101010011000101111000001110011100011000100010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BC1; }

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

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

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

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

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

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

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

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