Html Css Color HEX #A586B4 East Side

📋 copy color: '#A586B4'

red 165 ◦ green 134 ◦ blue 180

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

Shades of East Side #A586B4

Tints of East Side #A586B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 34.45%
G = 27.97%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A586B4 (or 0xA586B4) is known color: East Side. HEX triplet: A5, 86 and B4. RGB value is (165,134,180). Sum of RGB (Red+Green+Blue) = 165+134+180=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #A586B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586B4 is #5A794B. Grayscale: #949494. Windows color (decimal): -5929292 or 11830949. OLE color: 11830949.

HSL color Cylindrical-coordinate representation of color #A586B4: hue angle of 280.43º degrees, saturation: 0.23, 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 #A586B4 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 134 180 -
CMYK 0.08 0.26 0 0.29
HSL 280.43º 0.23% 0.62% -
HSV(B) 280.43º 0.26% 0.71% -
XYZ 32.28 28.34 46.95 -
YUV 148.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 165 134 180 0.08 0.26 0 0.29 280.43 0.23 0.62
Hex A5 86 B4 8 1A 0 1D 118 17 3E
Octal 245 206 264 10 32 0 35 430 27 76
Binary 10100101 10000110 10110100 1000 11010 0 11101 100011000 10111 111110

Color Harmonies of #A586B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586B4

Black with #A586B4

Text Example


Text Example

White with #A586B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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