#A691AD

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

Shades of East Side #A691AD

Tints of East Side #A691AD

Color information

#A691AD (or 0xA691AD) is unknown color: approx East Side. HEX triplet: A6, 91 and AD. RGB value is (166,145,173). Sum of RGB (Red+Green+Blue) = 166+145+173=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A691AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A691AD is #596E52. Grayscale: #9A9A9A. Windows color (decimal): -5860947 or 11375014. OLE color: 11375014.

HSL color Cylindrical-coordinate representation of color #A691AD: hue angle of 285º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A691AD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166145173-
CMYK0.040.1600.32
HSL285º14.58%62.35%-
HSV(B)285º16.18%67.84%-
XYZ33.3931.3743.83-
YUV154.47138.46136.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=34.30%
G=29.96%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661451730.040.1600.3228514.5862.35
HexA691AD41002011df3e
Octal2462212554200404351776
Binary1010011010010001101011011001000001000001000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691AD; }

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

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

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

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

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

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

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

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