Html Css Color HEX #A586AB East Side

📋 copy color: '#A586AB'

red 165 ◦ green 134 ◦ blue 171

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

Shades of East Side #A586AB

Tints of East Side #A586AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 35.11%
G = 28.51%
B = 36.38%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A586AB (or 0xA586AB) is known color: East Side. HEX triplet: A5, 86 and AB. RGB value is (165,134,171). Sum of RGB (Red+Green+Blue) = 165+134+171=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A586AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586AB is #5A7954. Grayscale: #939393. Windows color (decimal): -5929301 or 11241125. OLE color: 11241125.

HSL color Cylindrical-coordinate representation of color #A586AB: hue angle of 290.27º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A586AB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 134 171 -
CMYK 0.04 0.22 0 0.33
HSL 290.27º 0.18% 0.6% -
HSV(B) 290.27º 0.22% 0.67% -
XYZ 31.39 27.99 42.28 -
YUV 147.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 165 134 171 0.04 0.22 0 0.33 290.27 0.18 0.6
Hex A5 86 AB 4 16 0 21 122 12 3C
Octal 245 206 253 4 26 0 41 442 22 74
Binary 10100101 10000110 10101011 100 10110 0 100001 100100010 10010 111100

Color Harmonies of #A586AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586AB

Black with #A586AB

Text Example


Text Example

White with #A586AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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