#A98ACA

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

Shades of East Side #A98ACA

Tints of East Side #A98ACA

Color information

#A98ACA (or 0xA98ACA) is unknown color: approx East Side. HEX triplet: A9, 8A and CA. RGB value is (169,138,202). Sum of RGB (Red+Green+Blue) = 169+138+202=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A98ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ACA is #567535. Grayscale: #9A9A9A. Windows color (decimal): -5666102 or 13273769. OLE color: 13273769.

HSL color Cylindrical-coordinate representation of color #A98ACA: hue angle of 269.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98ACA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169138202-
CMYK0.160.3200.21
HSL269.06º37.65%66.67%-
HSV(B)269.06º31.68%79.22%-
XYZ36.1130.8859.93-
YUV154.56154.77138.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=33.20%
G=27.11%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691382020.160.3200.21269.0637.6566.67
HexA98ACA102001510d2643
Octal251212312204002541546103
Binary101010011000101011001010100001000000101011000011011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ACA; }

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

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

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

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

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

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

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

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