#A695AC

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

Shades of East Side #A695AC

Tints of East Side #A695AC

Color information

#A695AC (or 0xA695AC) is unknown color: approx East Side. HEX triplet: A6, 95 and AC. RGB value is (166,149,172). Sum of RGB (Red+Green+Blue) = 166+149+172=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A695AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AC is #596A53. Grayscale: #9C9C9C. Windows color (decimal): -5859924 or 11310502. OLE color: 11310502.

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

Color convert

RGB166149172-
CMYK0.030.1300.33
HSL284.35º12.17%62.94%-
HSV(B)284.35º13.37%67.45%-
XYZ33.9232.5843.53-
YUV156.7136.63134.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=34.09%
G=30.60%
B=35.32%

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
Decimal1661491720.030.1300.33284.3512.1762.94
HexA695AC3D02111cc3f
Octal2462252543150414341477
Binary10100110100101011010110011110101000011000111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695AC; }

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

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

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

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

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

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

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

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