Html Css Color HEX #A686F0 Medium Purple

📋 copy color: '#A686F0'

red 166 ◦ green 134 ◦ blue 240

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

Shades of Medium Purple #A686F0

Tints of Medium Purple #A686F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 30.74%
G = 24.81%
B = 44.44%

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

#A686F0 (or 0xA686F0) is known color: Medium Purple. HEX triplet: A6, 86 and F0. RGB value is (166,134,240). Sum of RGB (Red+Green+Blue) = 166+134+240=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #A686F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686F0 is #59790F. Grayscale: #9B9B9B. Windows color (decimal): -5863696 or 15763110. OLE color: 15763110.

HSL color Cylindrical-coordinate representation of color #A686F0: hue angle of 258.11º degrees, saturation: 0.78, 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 #A686F0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 134 240 -
CMYK 0.31 0.44 0 0.06
HSL 258.11º 0.78% 0.73% -
HSV(B) 258.11º 0.44% 0.94% -
XYZ 39.98 31.45 86.4 -
YUV 155.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 166 134 240 0.31 0.44 0 0.06 258.11 0.78 0.73
Hex A6 86 F0 1F 2C 0 6 102 4E 49
Octal 246 206 360 37 54 0 6 402 116 111
Binary 10100110 10000110 11110000 11111 101100 0 110 100000010 1001110 1001001

Color Harmonies of #A686F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686F0

Black with #A686F0

Text Example


Text Example

White with #A686F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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