Html Css Color HEX #A586EC Medium Purple

📋 copy color: '#A586EC'

red 165 ◦ green 134 ◦ blue 236

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

Shades of Medium Purple #A586EC

Tints of Medium Purple #A586EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 30.84%
G = 25.05%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A586EC (or 0xA586EC) is known color: Medium Purple. HEX triplet: A5, 86 and EC. RGB value is (165,134,236). Sum of RGB (Red+Green+Blue) = 165+134+236=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A586EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586EC is #5A7913. Grayscale: #9A9A9A. Windows color (decimal): -5929236 or 15500965. OLE color: 15500965.

HSL color Cylindrical-coordinate representation of color #A586EC: hue angle of 258.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A586EC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 134 236 -
CMYK 0.30 0.43 0 0.07
HSL 258.24º 0.73% 0.73% -
HSV(B) 258.24º 0.43% 0.93% -
XYZ 39.18 31.11 83.3 -
YUV 154.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 165 134 236 0.30 0.43 0 0.07 258.24 0.73 0.73
Hex A5 86 EC 1E 2B 0 7 102 49 49
Octal 245 206 354 36 53 0 7 402 111 111
Binary 10100101 10000110 11101100 11110 101011 0 111 100000010 1001001 1001001

Color Harmonies of #A586EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586EC

Black with #A586EC

Text Example


Text Example

White with #A586EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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