Html Css Color HEX #A586B1 East Side

📋 copy color: '#A586B1'

red 165 ◦ green 134 ◦ blue 177

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

Shades of East Side #A586B1

Tints of East Side #A586B1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

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

R = 34.66%
G = 28.15%
B = 37.18%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A586B1 (or 0xA586B1) is known color: East Side. HEX triplet: A5, 86 and B1. RGB value is (165,134,177). Sum of RGB (Red+Green+Blue) = 165+134+177=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #A586B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586B1 is #5A794E. Grayscale: #949494. Windows color (decimal): -5929295 or 11634341. OLE color: 11634341.

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

Color convert

RGB 165 134 177 -
CMYK 0.07 0.24 0 0.31
HSL 283.26º 0.22% 0.61% -
HSV(B) 283.26º 0.24% 0.69% -
XYZ 31.98 28.22 45.36 -
YUV 148.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 165 134 177 0.07 0.24 0 0.31 283.26 0.22 0.61
Hex A5 86 B1 7 18 0 1F 11B 16 3D
Octal 245 206 261 7 30 0 37 433 26 75
Binary 10100101 10000110 10110001 111 11000 0 11111 100011011 10110 111101

Color Harmonies of #A586B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586B1

Black with #A586B1

Text Example


Text Example

White with #A586B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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