Html Css Color HEX #A586F6 Medium Purple

📋 copy color: '#A586F6'

red 165 ◦ green 134 ◦ blue 246

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

Shades of Medium Purple #A586F6

Tints of Medium Purple #A586F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.14%

R = 30.28%
G = 24.59%
B = 45.14%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A586F6 (or 0xA586F6) is known color: Medium Purple. HEX triplet: A5, 86 and F6. RGB value is (165,134,246). Sum of RGB (Red+Green+Blue) = 165+134+246=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #A586F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586F6 is #5A7909. Grayscale: #9B9B9B. Windows color (decimal): -5929226 or 16156325. OLE color: 16156325.

HSL color Cylindrical-coordinate representation of color #A586F6: hue angle of 256.61º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A586F6 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 134 246 -
CMYK 0.33 0.46 0 0.04
HSL 256.61º 0.86% 0.75% -
HSV(B) 256.61º 0.46% 0.96% -
XYZ 40.68 31.7 91.16 -
YUV 156.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 165 134 246 0.33 0.46 0 0.04 256.61 0.86 0.75
Hex A5 86 F6 21 2E 0 4 101 56 4B
Octal 245 206 366 41 56 0 4 401 126 113
Binary 10100101 10000110 11110110 100001 101110 0 100 100000001 1010110 1001011

Color Harmonies of #A586F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586F6

Black with #A586F6

Text Example


Text Example

White with #A586F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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