#A98DBE

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

Shades of East Side #A98DBE

Tints of East Side #A98DBE

Color information

#A98DBE (or 0xA98DBE) is unknown color: approx East Side. HEX triplet: A9, 8D and BE. RGB value is (169,141,190). Sum of RGB (Red+Green+Blue) = 169+141+190=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A98DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DBE is #567241. Grayscale: #9A9A9A. Windows color (decimal): -5665346 or 12488105. OLE color: 12488105.

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

Color convert

RGB169141190-
CMYK0.110.2600.25
HSL274.29º27.37%64.9%-
HSV(B)274.29º25.79%74.51%-
XYZ35.1831.252.88-
YUV154.96147.78138.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 190 (74.61% from 255) = 38%
R=33.8%
G=28.2%
B=38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691411900.110.2600.25274.2927.3764.9
HexA98DBEB1A0191121b41
Octal251215276133203142233101
Binary101010011000110110111110101111010011001100010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DBE; }

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

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

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

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

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

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

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

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