#A690AD

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

Shades of East Side #A690AD

Tints of East Side #A690AD

Color information

#A690AD (or 0xA690AD) is unknown color: approx East Side. HEX triplet: A6, 90 and AD. RGB value is (166,144,173). Sum of RGB (Red+Green+Blue) = 166+144+173=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A690AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AD is #596F52. Grayscale: #999999. Windows color (decimal): -5861203 or 11374758. OLE color: 11374758.

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

Color convert

RGB166144173-
CMYK0.040.1700.32
HSL285.52º15.03%62.16%-
HSV(B)285.52º16.76%67.84%-
XYZ33.2431.0743.78-
YUV153.88138.79136.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=34.37%
G=29.81%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661441730.040.1700.32285.5215.0362.16
HexA690AD41102011ef3e
Octal2462202554210404361776
Binary1010011010010000101011011001000101000001000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690AD; }

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

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

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

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

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

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

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

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