#A699B4

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

Shades of East Side #A699B4

Tints of East Side #A699B4

Color information

#A699B4 (or 0xA699B4) is unknown color: approx East Side. HEX triplet: A6, 99 and B4. RGB value is (166,153,180). Sum of RGB (Red+Green+Blue) = 166+153+180=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A699B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699B4 is #59664B. Grayscale: #9F9F9F. Windows color (decimal): -5858892 or 11835814. OLE color: 11835814.

HSL color Cylindrical-coordinate representation of color #A699B4: hue angle of 268.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A699B4 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166153180-
CMYK0.080.1500.29
HSL268.89º15.25%65.29%-
HSV(B)268.89º15%70.59%-
XYZ35.3634.1847.91-
YUV159.96139.31132.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=33.27%
G=30.66%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661531800.080.1500.29268.8915.2565.29
HexA699B48F01D10df41
Octal246231264101703541517101
Binary1010011010011001101101001000111101110110000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699B4; }

 p { color: rgb(166,153,180); }

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

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

 a { background-color: rgb(166,153,180); }

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

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

 span { border-color: rgb(166,153,180); }

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