#A684AE

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

Shades of East Side #A684AE

Tints of East Side #A684AE

Color information

#A684AE (or 0xA684AE) is unknown color: approx East Side. HEX triplet: A6, 84 and AE. RGB value is (166,132,174). Sum of RGB (Red+Green+Blue) = 166+132+174=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #A684AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A684AE is #597B51. Grayscale: #929292. Windows color (decimal): -5864274 or 11437222. OLE color: 11437222.

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

Color convert

RGB166132174-
CMYK0.050.2400.32
HSL288.57º20.59%60%-
HSV(B)288.57º24.14%68.24%-
XYZ31.6227.6743.72-
YUV146.95143.26141.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=35.17%
G=27.97%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661321740.050.2400.32288.5720.5960
HexA684AE518020121153c
Octal2462042565300404412574
Binary10100110100001001010111010111000010000010010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684AE; }

 p { color: rgb(166,132,174); }

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

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

 a { background-color: rgb(166,132,174); }

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

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

 span { border-color: rgb(166,132,174); }

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