#A694AB

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

Shades of East Side #A694AB

Tints of East Side #A694AB

Color information

#A694AB (or 0xA694AB) is unknown color: approx East Side. HEX triplet: A6, 94 and AB. RGB value is (166,148,171). Sum of RGB (Red+Green+Blue) = 166+148+171=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A694AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A694AB is #596B54. Grayscale: #9B9B9B. Windows color (decimal): -5860181 or 11244710. OLE color: 11244710.

HSL color Cylindrical-coordinate representation of color #A694AB: hue angle of 286.96º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A694AB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166148171-
CMYK0.030.1300.33
HSL286.96º12.04%62.55%-
HSV(B)286.96º13.45%67.06%-
XYZ33.6732.2342.97-
YUV156136.46135.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=34.23%
G=30.52%
B=35.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661481710.030.1300.33286.9612.0462.55
HexA694AB3D02111fc3f
Octal2462242533150414371477
Binary10100110100101001010101111110101000011000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694AB; }

 p { color: rgb(166,148,171); }

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

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

 a { background-color: rgb(166,148,171); }

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

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

 span { border-color: rgb(166,148,171); }

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