#A682AE

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

Shades of East Side #A682AE

Tints of East Side #A682AE

Color information

#A682AE (or 0xA682AE) is unknown color: approx East Side. HEX triplet: A6, 82 and AE. RGB value is (166,130,174). Sum of RGB (Red+Green+Blue) = 166+130+174=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #A682AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AE is #597D51. Grayscale: #919191. Windows color (decimal): -5864786 or 11436710. OLE color: 11436710.

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

Color convert

RGB166130174-
CMYK0.050.2500.32
HSL289.09º21.36%59.61%-
HSV(B)289.09º25.29%68.24%-
XYZ31.3527.1343.63-
YUV145.78143.93142.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=35.32%
G=27.66%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661301740.050.2500.32289.0921.3659.61
HexA682AE519020121153c
Octal2462022565310404412574
Binary10100110100000101010111010111001010000010010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682AE; }

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

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

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

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

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

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

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

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