Html Css Color HEX #A686EF Medium Purple

📋 copy color: '#A686EF'

red 166 ◦ green 134 ◦ blue 239

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

Shades of Medium Purple #A686EF

Tints of Medium Purple #A686EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 30.8%
G = 24.86%
B = 44.34%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A686EF (or 0xA686EF) is known color: Medium Purple. HEX triplet: A6, 86 and EF. RGB value is (166,134,239). Sum of RGB (Red+Green+Blue) = 166+134+239=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #A686EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686EF is #597910. Grayscale: #9B9B9B. Windows color (decimal): -5863697 or 15697574. OLE color: 15697574.

HSL color Cylindrical-coordinate representation of color #A686EF: hue angle of 258.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A686EF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 134 239 -
CMYK 0.31 0.44 0 0.06
HSL 258.29º 0.77% 0.73% -
HSV(B) 258.29º 0.44% 0.94% -
XYZ 39.83 31.39 85.62 -
YUV 155.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 166 134 239 0.31 0.44 0 0.06 258.29 0.77 0.73
Hex A6 86 EF 1F 2C 0 6 102 4D 49
Octal 246 206 357 37 54 0 6 402 115 111
Binary 10100110 10000110 11101111 11111 101100 0 110 100000010 1001101 1001001

Color Harmonies of #A686EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686EF

Black with #A686EF

Text Example


Text Example

White with #A686EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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