#A799B5

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

Shades of East Side #A799B5

Tints of East Side #A799B5

Color information

#A799B5 (or 0xA799B5) is unknown color: approx East Side. HEX triplet: A7, 99 and B5. RGB value is (167,153,181). Sum of RGB (Red+Green+Blue) = 167+153+181=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #A799B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799B5 is #58664A. Grayscale: #A0A0A0. Windows color (decimal): -5793355 or 11901351. OLE color: 11901351.

HSL color Cylindrical-coordinate representation of color #A799B5: hue angle of 270º degrees, saturation: 0.16, 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 #A799B5 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167153181-
CMYK0.080.1500.29
HSL270º15.91%65.49%-
HSV(B)270º15.47%70.98%-
XYZ35.6734.3348.46-
YUV160.38139.64132.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=33.33%
G=30.54%
B=36.13%

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
Decimal1671531810.080.1500.2927015.9165.49
HexA799B58F01D10e1041
Octal247231265101703541620101
Binary10100111100110011011010110001111011101100001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799B5; }

 p { color: rgb(167,153,181); }

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

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

 a { background-color: rgb(167,153,181); }

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

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

 span { border-color: rgb(167,153,181); }

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