#A698AD

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

Shades of East Side #A698AD

Tints of East Side #A698AD

Color information

#A698AD (or 0xA698AD) is unknown color: approx East Side. HEX triplet: A6, 98 and AD. RGB value is (166,152,173). Sum of RGB (Red+Green+Blue) = 166+152+173=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A698AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698AD is #596752. Grayscale: #9E9E9E. Windows color (decimal): -5859155 or 11376806. OLE color: 11376806.

HSL color Cylindrical-coordinate representation of color #A698AD: hue angle of 280º 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 #A698AD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166152173-
CMYK0.040.1200.32
HSL280º11.35%63.73%-
HSV(B)280º12.14%67.84%-
XYZ34.533.5844.2-
YUV158.58136.14133.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=33.81%
G=30.96%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661521730.040.1200.3228011.3563.73
HexA698AD4C020118b40
Octal24623025541404043013100
Binary1010011010011000101011011001100010000010001100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698AD; }

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

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

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

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

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

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

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

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