#A498AD

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

Shades of East Side #A498AD

Tints of East Side #A498AD

Color information

#A498AD (or 0xA498AD) is unknown color: approx East Side. HEX triplet: A4, 98 and AD. RGB value is (164,152,173). Sum of RGB (Red+Green+Blue) = 164+152+173=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A498AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498AD is #5B6752. Grayscale: #9D9D9D. Windows color (decimal): -5990227 or 11376804. OLE color: 11376804.

HSL color Cylindrical-coordinate representation of color #A498AD: hue angle of 274.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A498AD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164152173-
CMYK0.050.1200.32
HSL274.29º11.35%63.73%-
HSV(B)274.29º12.14%67.84%-
XYZ34.0833.3744.18-
YUV157.98136.48132.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=33.54%
G=31.08%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641521730.050.1200.32274.2911.3563.73
HexA498AD5C020112b40
Octal24423025551404042213100
Binary1010010010011000101011011011100010000010001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498AD; }

 p { color: rgb(164,152,173); }

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

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

 a { background-color: rgb(164,152,173); }

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

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

 span { border-color: rgb(164,152,173); }

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