Html Css Color HEX #A686F7 Medium Purple

📋 copy color: '#A686F7'

red 166 ◦ green 134 ◦ blue 247

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

Shades of Medium Purple #A686F7

Tints of Medium Purple #A686F7

RGB

 RED value IS 166 (65.23% from 255) = 30.35%

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

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 30.35%
G = 24.5%
B = 45.16%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A686F7 (or 0xA686F7) is known color: Medium Purple. HEX triplet: A6, 86 and F7. RGB value is (166,134,247). Sum of RGB (Red+Green+Blue) = 166+134+247=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #A686F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686F7 is #597908. Grayscale: #9C9C9C. Windows color (decimal): -5863689 or 16221862. OLE color: 16221862.

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

Color convert

RGB 166 134 247 -
CMYK 0.33 0.46 0 0.03
HSL 256.99º 0.88% 0.75% -
HSV(B) 256.99º 0.46% 0.97% -
XYZ 41.04 31.87 91.98 -
YUV 156.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 166 134 247 0.33 0.46 0 0.03 256.99 0.88 0.75
Hex A6 86 F7 21 2E 0 3 101 58 4B
Octal 246 206 367 41 56 0 3 401 130 113
Binary 10100110 10000110 11110111 100001 101110 0 11 100000001 1011000 1001011

Color Harmonies of #A686F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686F7

Black with #A686F7

Text Example


Text Example

White with #A686F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686F7; }

 p { color: rgb(166,134,247); }

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

background-color css

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

 a { background-color: rgb(166,134,247); }

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

border-color css

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

 span { border-color: rgb(166,134,247); }

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