Html Css Color HEX #A59BB1 East Side

📋 copy color: '#A59BB1'

red 165 ◦ green 155 ◦ blue 177

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

Shades of East Side #A59BB1

Tints of East Side #A59BB1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

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

R = 33.2%
G = 31.19%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A59BB1 (or 0xA59BB1) is known color: East Side. HEX triplet: A5, 9B and B1. RGB value is (165,155,177). Sum of RGB (Red+Green+Blue) = 165+155+177=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #A59BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BB1 is #5A644E. Grayscale: #A0A0A0. Windows color (decimal): -5923919 or 11639717. OLE color: 11639717.

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

Color convert

RGB 165 155 177 -
CMYK 0.07 0.12 0 0.31
HSL 267.27º 0.12% 0.65% -
HSV(B) 267.27º 0.12% 0.69% -
XYZ 35.17 34.62 46.42 -
YUV 160.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 165 155 177 0.07 0.12 0 0.31 267.27 0.12 0.65
Hex A5 9B B1 7 C 0 1F 10B C 41
Octal 245 233 261 7 14 0 37 413 14 101
Binary 10100101 10011011 10110001 111 1100 0 11111 100001011 1100 1000001

Color Harmonies of #A59BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BB1

Black with #A59BB1

Text Example


Text Example

White with #A59BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BB1; }

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

 H1.HeaderClassName
 {
   color: #A59BB1;
 }
 .AnyTagClassName
 {
   color: #A59BB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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