#A98BC2

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

Shades of East Side #A98BC2

Tints of East Side #A98BC2

Color information

#A98BC2 (or 0xA98BC2) is unknown color: approx East Side. HEX triplet: A9, 8B and C2. RGB value is (169,139,194). Sum of RGB (Red+Green+Blue) = 169+139+194=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #A98BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BC2 is #56743D. Grayscale: #9A9A9A. Windows color (decimal): -5665854 or 12749737. OLE color: 12749737.

HSL color Cylindrical-coordinate representation of color #A98BC2: hue angle of 272.73º degrees, saturation: 0.31, 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 #A98BC2 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169139194-
CMYK0.130.2800.24
HSL272.73º31.07%65.29%-
HSV(B)272.73º28.35%76.08%-
XYZ35.3330.855.12-
YUV154.24150.44138.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 194 (76.17% from 255) = 38.65%
R=33.67%
G=27.69%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691391940.130.2800.24272.7331.0765.29
HexA98BC2D1C0181111f41
Octal251213302153403042137101
Binary101010011000101111000010110111100011000100010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BC2; }

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

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

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

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

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

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

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

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