#A598B1

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

Shades of East Side #A598B1

Tints of East Side #A598B1

Color information

#A598B1 (or 0xA598B1) is unknown color: approx East Side. HEX triplet: A5, 98 and B1. RGB value is (165,152,177). Sum of RGB (Red+Green+Blue) = 165+152+177=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #A598B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598B1 is #5A674E. Grayscale: #9E9E9E. Windows color (decimal): -5924687 or 11638949. OLE color: 11638949.

HSL color Cylindrical-coordinate representation of color #A598B1: hue angle of 271.2º degrees, saturation: 0.14, 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 #A598B1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165152177-
CMYK0.070.1400.31
HSL271.2º13.81%64.51%-
HSV(B)271.2º14.12%69.41%-
XYZ34.6833.6346.26-
YUV158.74138.31132.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=33.40%
G=30.77%
B=35.83%

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
Decimal1651521770.070.1400.31271.213.8164.51
HexA598B17E01F10fe41
Octal24523026171603741716101
Binary101001011001100010110001111111001111110000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598B1; }

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

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

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

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

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

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

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

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