#A98EC5

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

Shades of East Side #A98EC5

Tints of East Side #A98EC5

Color information

#A98EC5 (or 0xA98EC5) is unknown color: approx East Side. HEX triplet: A9, 8E and C5. RGB value is (169,142,197). Sum of RGB (Red+Green+Blue) = 169+142+197=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A98EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EC5 is #56713A. Grayscale: #9C9C9C. Windows color (decimal): -5665083 or 12947113. OLE color: 12947113.

HSL color Cylindrical-coordinate representation of color #A98EC5: hue angle of 269.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98EC5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169142197-
CMYK0.140.2800.23
HSL269.45º32.16%66.47%-
HSV(B)269.45º27.92%77.25%-
XYZ36.1131.8157.06-
YUV156.34150.95137.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=33.27%
G=27.95%
B=38.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691421970.140.2800.23269.4532.1666.47
HexA98EC5E1C01710d2042
Octal251216305163402741540102
Binary1010100110001110110001011110111000101111000011011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EC5; }

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

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

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

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

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

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

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

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