Html Css Color HEX #A686F1 Medium Purple

📋 copy color: '#A686F1'

red 166 ◦ green 134 ◦ blue 241

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

Shades of Medium Purple #A686F1

Tints of Medium Purple #A686F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.55%

R = 30.68%
G = 24.77%
B = 44.55%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A686F1 (or 0xA686F1) is known color: Medium Purple. HEX triplet: A6, 86 and F1. RGB value is (166,134,241). Sum of RGB (Red+Green+Blue) = 166+134+241=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #A686F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686F1 is #59790E. Grayscale: #9B9B9B. Windows color (decimal): -5863695 or 15828646. OLE color: 15828646.

HSL color Cylindrical-coordinate representation of color #A686F1: hue angle of 257.94º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A686F1 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 134 241 -
CMYK 0.31 0.44 0 0.05
HSL 257.94º 0.79% 0.74% -
HSV(B) 257.94º 0.44% 0.95% -
XYZ 40.13 31.51 87.19 -
YUV 155.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 166 134 241 0.31 0.44 0 0.05 257.94 0.79 0.74
Hex A6 86 F1 1F 2C 0 5 102 4F 4A
Octal 246 206 361 37 54 0 5 402 117 112
Binary 10100110 10000110 11110001 11111 101100 0 101 100000010 1001111 1001010

Color Harmonies of #A686F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686F1

Black with #A686F1

Text Example


Text Example

White with #A686F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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