#A599B0

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

Shades of East Side #A599B0

Tints of East Side #A599B0

Color information

#A599B0 (or 0xA599B0) is unknown color: approx East Side. HEX triplet: A5, 99 and B0. RGB value is (165,153,176). Sum of RGB (Red+Green+Blue) = 165+153+176=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #A599B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599B0 is #5A664F. Grayscale: #9F9F9F. Windows color (decimal): -5924432 or 11573669. OLE color: 11573669.

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

Color convert

RGB165153176-
CMYK0.060.1300.31
HSL271.3º12.71%64.51%-
HSV(B)271.3º13.07%69.02%-
XYZ34.7433.9245.79-
YUV159.21137.48132.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 176 (69.14% from 255) = 35.63%
R=33.40%
G=30.97%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651531760.060.1300.31271.312.7164.51
HexA599B06D01F10fd41
Octal24523126061503741715101
Binary101001011001100110110000110110101111110000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599B0; }

 p { color: rgb(165,153,176); }

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

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

 a { background-color: rgb(165,153,176); }

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

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

 span { border-color: rgb(165,153,176); }

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