#A599B1

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

Shades of East Side #A599B1

Tints of East Side #A599B1

Color information

#A599B1 (or 0xA599B1) is unknown color: approx East Side. HEX triplet: A5, 99 and B1. RGB value is (165,153,177). Sum of RGB (Red+Green+Blue) = 165+153+177=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #A599B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599B1 is #5A664E. Grayscale: #9F9F9F. Windows color (decimal): -5924431 or 11639205. OLE color: 11639205.

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

Color convert

RGB165153177-
CMYK0.070.1400.31
HSL270º13.33%64.71%-
HSV(B)270º13.56%69.41%-
XYZ34.8433.9646.31-
YUV159.32137.98132.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=33.33%
G=30.91%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651531770.070.1400.3127013.3364.71
HexA599B17E01F10ed41
Octal24523126171603741615101
Binary101001011001100110110001111111001111110000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599B1; }

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

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

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

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

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

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

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

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