#A98EC6

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

Shades of East Side #A98EC6

Tints of East Side #A98EC6

Color information

#A98EC6 (or 0xA98EC6) is unknown color: approx East Side. HEX triplet: A9, 8E and C6. RGB value is (169,142,198). Sum of RGB (Red+Green+Blue) = 169+142+198=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A98EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EC6 is #567139. Grayscale: #9C9C9C. Windows color (decimal): -5665082 or 13012649. OLE color: 13012649.

HSL color Cylindrical-coordinate representation of color #A98EC6: hue angle of 268.93º 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 #A98EC6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169142198-
CMYK0.150.2800.22
HSL268.93º32.94%66.67%-
HSV(B)268.93º28.28%77.65%-
XYZ36.2331.8657.67-
YUV156.46151.45136.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=33.20%
G=27.90%
B=38.90%

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
Decimal1691421980.150.2800.22268.9332.9466.67
HexA98EC6F1C01610d2143
Octal251216306173402641541103
Binary1010100110001110110001101111111000101101000011011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EC6; }

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

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

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

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

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

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

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

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