#A98CC0

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

Shades of East Side #A98CC0

Tints of East Side #A98CC0

Color information

#A98CC0 (or 0xA98CC0) is unknown color: approx East Side. HEX triplet: A9, 8C and C0. RGB value is (169,140,192). Sum of RGB (Red+Green+Blue) = 169+140+192=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #A98CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC0 is #56733F. Grayscale: #9A9A9A. Windows color (decimal): -5665600 or 12618921. OLE color: 12618921.

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

Color convert

RGB169140192-
CMYK0.120.2700.25
HSL273.46º29.21%65.1%-
HSV(B)273.46º27.08%75.29%-
XYZ35.253153.99-
YUV154.6149.11138.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=33.73%
G=27.94%
B=38.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691401920.120.2700.25273.4629.2165.1
HexA98CC0C1B0191111d41
Octal251214300143303142135101
Binary101010011000110011000000110011011011001100010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CC0; }

 p { color: rgb(169,140,192); }

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

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

 a { background-color: rgb(169,140,192); }

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

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

 span { border-color: rgb(169,140,192); }

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