Html Css Color HEX #A586B6 East Side

📋 copy color: '#A586B6'

red 165 ◦ green 134 ◦ blue 182

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

Shades of East Side #A586B6

Tints of East Side #A586B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 34.3%
G = 27.86%
B = 37.84%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A586B6 (or 0xA586B6) is known color: East Side. HEX triplet: A5, 86 and B6. RGB value is (165,134,182). Sum of RGB (Red+Green+Blue) = 165+134+182=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #A586B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586B6 is #5A7949. Grayscale: #949494. Windows color (decimal): -5929290 or 11962021. OLE color: 11962021.

HSL color Cylindrical-coordinate representation of color #A586B6: hue angle of 278.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A586B6 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 134 182 -
CMYK 0.09 0.26 0 0.29
HSL 278.75º 0.25% 0.62% -
HSV(B) 278.75º 0.26% 0.71% -
XYZ 32.49 28.43 48.03 -
YUV 148.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 165 134 182 0.09 0.26 0 0.29 278.75 0.25 0.62
Hex A5 86 B6 9 1A 0 1D 117 19 3E
Octal 245 206 266 11 32 0 35 427 31 76
Binary 10100101 10000110 10110110 1001 11010 0 11101 100010111 11001 111110

Color Harmonies of #A586B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586B6

Black with #A586B6

Text Example


Text Example

White with #A586B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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