#A98AC1

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

Shades of East Side #A98AC1

Tints of East Side #A98AC1

Color information

#A98AC1 (or 0xA98AC1) is unknown color: approx East Side. HEX triplet: A9, 8A and C1. RGB value is (169,138,193). Sum of RGB (Red+Green+Blue) = 169+138+193=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #A98AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AC1 is #56753E. Grayscale: #999999. Windows color (decimal): -5666111 or 12683945. OLE color: 12683945.

HSL color Cylindrical-coordinate representation of color #A98AC1: hue angle of 273.82º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98AC1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169138193-
CMYK0.120.2800.24
HSL273.82º30.73%64.9%-
HSV(B)273.82º28.5%75.69%-
XYZ35.0830.4654.48-
YUV153.54150.27139.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=33.8%
G=27.6%
B=38.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691381930.120.2800.24273.8230.7364.9
HexA98AC1C1C0181121f41
Octal251212301143403042237101
Binary101010011000101011000001110011100011000100010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AC1; }

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

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

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

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

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

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

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

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