Html Css Color HEX #A598B1 East Side

📋 copy color: '#A598B1'

red 165 ◦ green 152 ◦ blue 177

#A598B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A598B1

Tints of East Side #A598B1

RGB

 RED value IS 165 (64.84% from 255) = 33.4%

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 33.4%
G = 30.77%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A598B1 (or 0xA598B1) is known color: 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

RGB 165 152 177 -
CMYK 0.07 0.14 0 0.31
HSL 271.2º 0.14% 0.65% -
HSV(B) 271.2º 0.14% 0.69% -
XYZ 34.68 33.63 46.26 -
YUV 158.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 165 152 177 0.07 0.14 0 0.31 271.2 0.14 0.65
Hex A5 98 B1 7 E 0 1F 10F E 41
Octal 245 230 261 7 16 0 37 417 16 101
Binary 10100101 10011000 10110001 111 1110 0 11111 100001111 1110 1000001

Color Harmonies of #A598B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598B1

Black with #A598B1

Text Example


Text Example

White with #A598B1

Text Example


Text Example

HTML Codes & Css Web 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>