#A98ABA

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

Shades of East Side #A98ABA

Tints of East Side #A98ABA

Color information

#A98ABA (or 0xA98ABA) is unknown color: approx East Side. HEX triplet: A9, 8A and BA. RGB value is (169,138,186). Sum of RGB (Red+Green+Blue) = 169+138+186=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A98ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ABA is #567545. Grayscale: #989898. Windows color (decimal): -5666118 or 12225193. OLE color: 12225193.

HSL color Cylindrical-coordinate representation of color #A98ABA: hue angle of 278.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A98ABA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169138186-
CMYK0.090.2600.27
HSL278.75º25.81%63.53%-
HSV(B)278.75º25.81%72.94%-
XYZ34.3130.1650.47-
YUV152.74146.77139.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=34.28%
G=27.99%
B=37.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691381860.090.2600.27278.7525.8163.53
HexA98ABA91A01B1171a40
Octal251212272113203342732100
Binary101010011000101010111010100111010011011100010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ABA; }

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

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

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

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

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

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

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

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