#A683AE

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

Shades of East Side #A683AE

Tints of East Side #A683AE

Color information

#A683AE (or 0xA683AE) is unknown color: approx East Side. HEX triplet: A6, 83 and AE. RGB value is (166,131,174). Sum of RGB (Red+Green+Blue) = 166+131+174=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #A683AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A683AE is #597C51. Grayscale: #929292. Windows color (decimal): -5864530 or 11436966. OLE color: 11436966.

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

Color convert

RGB166131174-
CMYK0.050.2500.32
HSL288.84º20.98%59.8%-
HSV(B)288.84º24.71%68.24%-
XYZ31.4827.443.67-
YUV146.37143.6142-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=35.24%
G=27.81%
B=36.94%

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
Decimal1661311740.050.2500.32288.8420.9859.8
HexA683AE519020121153c
Octal2462032565310404412574
Binary10100110100000111010111010111001010000010010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683AE; }

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

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

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

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

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

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

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

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