Html Css Color HEX #A586BA East Side

📋 copy color: '#A586BA'

red 165 ◦ green 134 ◦ blue 186

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

Shades of East Side #A586BA

Tints of East Side #A586BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 34.02%
G = 27.63%
B = 38.35%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A586BA (or 0xA586BA) is known color: East Side. HEX triplet: A5, 86 and BA. RGB value is (165,134,186). Sum of RGB (Red+Green+Blue) = 165+134+186=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A586BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BA is #5A7945. Grayscale: #959595. Windows color (decimal): -5929286 or 12224165. OLE color: 12224165.

HSL color Cylindrical-coordinate representation of color #A586BA: hue angle of 275.77º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A586BA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 134 186 -
CMYK 0.11 0.28 0 0.27
HSL 275.77º 0.27% 0.63% -
HSV(B) 275.77º 0.28% 0.73% -
XYZ 32.91 28.59 50.24 -
YUV 149.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 165 134 186 0.11 0.28 0 0.27 275.77 0.27 0.63
Hex A5 86 BA B 1C 0 1B 114 1B 3F
Octal 245 206 272 13 34 0 33 424 33 77
Binary 10100101 10000110 10111010 1011 11100 0 11011 100010100 11011 111111

Color Harmonies of #A586BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586BA

Black with #A586BA

Text Example


Text Example

White with #A586BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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