Html Css Color HEX #A59BB0 East Side

📋 copy color: '#A59BB0'

red 165 ◦ green 155 ◦ blue 176

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

Shades of East Side #A59BB0

Tints of East Side #A59BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 33.27%
G = 31.25%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A59BB0 (or 0xA59BB0) is known color: East Side. HEX triplet: A5, 9B and B0. RGB value is (165,155,176). Sum of RGB (Red+Green+Blue) = 165+155+176=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BB0 is #5A644F. Grayscale: #A0A0A0. Windows color (decimal): -5923920 or 11574181. OLE color: 11574181.

HSL color Cylindrical-coordinate representation of color #A59BB0: hue angle of 268.57º 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 #A59BB0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 155 176 -
CMYK 0.06 0.12 0 0.31
HSL 268.57º 0.12% 0.65% -
HSV(B) 268.57º 0.12% 0.69% -
XYZ 35.07 34.58 45.9 -
YUV 160.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 165 155 176 0.06 0.12 0 0.31 268.57 0.12 0.65
Hex A5 9B B0 6 C 0 1F 10D C 41
Octal 245 233 260 6 14 0 37 415 14 101
Binary 10100101 10011011 10110000 110 1100 0 11111 100001101 1100 1000001

Color Harmonies of #A59BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BB0

Black with #A59BB0

Text Example


Text Example

White with #A59BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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