#A98DB2

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

Shades of East Side #A98DB2

Tints of East Side #A98DB2

Color information

#A98DB2 (or 0xA98DB2) is unknown color: approx East Side. HEX triplet: A9, 8D and B2. RGB value is (169,141,178). Sum of RGB (Red+Green+Blue) = 169+141+178=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #A98DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DB2 is #56724D. Grayscale: #999999. Windows color (decimal): -5665358 or 11701673. OLE color: 11701673.

HSL color Cylindrical-coordinate representation of color #A98DB2: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98DB2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169141178-
CMYK0.050.2100.30
HSL285.41º19.37%62.55%-
HSV(B)285.41º20.79%69.8%-
XYZ33.9230.746.26-
YUV153.59141.78138.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=34.63%
G=28.89%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691411780.050.2100.30285.4119.3762.55
HexA98DB251501E11d133f
Octal2512152625250364352377
Binary1010100110001101101100101011010101111010001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DB2; }

 p { color: rgb(169,141,178); }

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

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

 a { background-color: rgb(169,141,178); }

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

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

 span { border-color: rgb(169,141,178); }

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