Html Css Color HEX #A586BE East Side

📋 copy color: '#A586BE'

red 165 ◦ green 134 ◦ blue 190

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

Shades of East Side #A586BE

Tints of East Side #A586BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 33.74%
G = 27.4%
B = 38.85%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A586BE (or 0xA586BE) is known color: East Side. HEX triplet: A5, 86 and BE. RGB value is (165,134,190). Sum of RGB (Red+Green+Blue) = 165+134+190=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A586BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BE is #5A7941. Grayscale: #959595. Windows color (decimal): -5929282 or 12486309. OLE color: 12486309.

HSL color Cylindrical-coordinate representation of color #A586BE: hue angle of 273.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A586BE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 134 190 -
CMYK 0.13 0.29 0 0.25
HSL 273.21º 0.3% 0.64% -
HSV(B) 273.21º 0.29% 0.75% -
XYZ 33.34 28.77 52.51 -
YUV 149.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 165 134 190 0.13 0.29 0 0.25 273.21 0.3 0.64
Hex A5 86 BE D 1D 0 19 111 1E 40
Octal 245 206 276 15 35 0 31 421 36 100
Binary 10100101 10000110 10111110 1101 11101 0 11001 100010001 11110 1000000

Color Harmonies of #A586BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586BE

Black with #A586BE

Text Example


Text Example

White with #A586BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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