#A695AB

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

Shades of East Side #A695AB

Tints of East Side #A695AB

Color information

#A695AB (or 0xA695AB) is unknown color: approx East Side. HEX triplet: A6, 95 and AB. RGB value is (166,149,171). Sum of RGB (Red+Green+Blue) = 166+149+171=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A695AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AB is #596A54. Grayscale: #9C9C9C. Windows color (decimal): -5859925 or 11244966. OLE color: 11244966.

HSL color Cylindrical-coordinate representation of color #A695AB: hue angle of 286.36º 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 #A695AB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166149171-
CMYK0.030.1300.33
HSL286.36º11.58%62.75%-
HSV(B)286.36º12.87%67.06%-
XYZ33.8232.5443.03-
YUV156.59136.13134.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=34.16%
G=30.66%
B=35.19%

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
Decimal1661491710.030.1300.33286.3611.5862.75
HexA695AB3D02111ec3f
Octal2462252533150414361477
Binary10100110100101011010101111110101000011000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695AB; }

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

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

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

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

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

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

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

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