#A695B1

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

Shades of East Side #A695B1

Tints of East Side #A695B1

Color information

#A695B1 (or 0xA695B1) is unknown color: approx East Side. HEX triplet: A6, 95 and B1. RGB value is (166,149,177). Sum of RGB (Red+Green+Blue) = 166+149+177=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #A695B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695B1 is #596A4E. Grayscale: #9D9D9D. Windows color (decimal): -5859919 or 11638182. OLE color: 11638182.

HSL color Cylindrical-coordinate representation of color #A695B1: hue angle of 276.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A695B1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166149177-
CMYK0.060.1600.31
HSL276.43º15.22%63.92%-
HSV(B)276.43º15.82%69.41%-
XYZ34.4132.7846.11-
YUV157.27139.13134.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=33.74%
G=30.28%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661491770.060.1600.31276.4315.2263.92
HexA695B161001F114f40
Octal24622526162003742417100
Binary1010011010010101101100011101000001111110001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695B1; }

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

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

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

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

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

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

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

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