#A98FC6

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

Shades of East Side #A98FC6

Tints of East Side #A98FC6

Color information

#A98FC6 (or 0xA98FC6) is unknown color: approx East Side. HEX triplet: A9, 8F and C6. RGB value is (169,143,198). Sum of RGB (Red+Green+Blue) = 169+143+198=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A98FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FC6 is #567039. Grayscale: #9C9C9C. Windows color (decimal): -5664826 or 13012905. OLE color: 13012905.

HSL color Cylindrical-coordinate representation of color #A98FC6: hue angle of 268.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98FC6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169143198-
CMYK0.150.2800.22
HSL268.36º32.54%66.86%-
HSV(B)268.36º27.78%77.65%-
XYZ36.3832.1657.72-
YUV157.04151.11136.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=33.14%
G=28.04%
B=38.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691431980.150.2800.22268.3632.5466.86
HexA98FC6F1C01610c2143
Octal251217306173402641441103
Binary1010100110001111110001101111111000101101000011001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FC6; }

 p { color: rgb(169,143,198); }

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

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

 a { background-color: rgb(169,143,198); }

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

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

 span { border-color: rgb(169,143,198); }

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