#A695AD

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

Shades of East Side #A695AD

Tints of East Side #A695AD

Color information

#A695AD (or 0xA695AD) is unknown color: approx East Side. HEX triplet: A6, 95 and AD. RGB value is (166,149,173). Sum of RGB (Red+Green+Blue) = 166+149+173=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A695AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AD is #596A52. Grayscale: #9C9C9C. Windows color (decimal): -5859923 or 11376038. OLE color: 11376038.

HSL color Cylindrical-coordinate representation of color #A695AD: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A695AD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166149173-
CMYK0.040.1400.32
HSL282.5º12.77%63.14%-
HSV(B)282.5º13.87%67.84%-
XYZ34.0232.6244.04-
YUV156.82137.13134.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=34.02%
G=30.53%
B=35.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661491730.040.1400.32282.512.7763.14
HexA695AD4E02011ad3f
Octal2462252554160404321577
Binary101001101001010110101101100111001000001000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695AD; }

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

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

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

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

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

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

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

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