#A98ABE

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

Shades of East Side #A98ABE

Tints of East Side #A98ABE

Color information

#A98ABE (or 0xA98ABE) is unknown color: approx East Side. HEX triplet: A9, 8A and BE. RGB value is (169,138,190). Sum of RGB (Red+Green+Blue) = 169+138+190=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A98ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ABE is #567541. Grayscale: #999999. Windows color (decimal): -5666114 or 12487337. OLE color: 12487337.

HSL color Cylindrical-coordinate representation of color #A98ABE: hue angle of 275.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A98ABE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169138190-
CMYK0.110.2700.25
HSL275.77º28.57%64.31%-
HSV(B)275.77º27.37%74.51%-
XYZ34.7430.3352.74-
YUV153.2148.77139.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=34.00%
G=27.77%
B=38.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691381900.110.2700.25275.7728.5764.31
HexA98ABEB1B0191141d40
Octal251212276133303142435100
Binary101010011000101010111110101111011011001100010100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ABE; }

 p { color: rgb(169,138,190); }

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

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

 a { background-color: rgb(169,138,190); }

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

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

 span { border-color: rgb(169,138,190); }

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