Html Css Color HEX #A986F7 Medium Purple

📋 copy color: '#A986F7'

red 169 ◦ green 134 ◦ blue 247

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

Shades of Medium Purple #A986F7

Tints of Medium Purple #A986F7

RGB

 RED value IS 169 (66.41% from 255) = 30.73%

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

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

R = 30.73%
G = 24.36%
B = 44.91%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A986F7 (or 0xA986F7) is known color: Medium Purple. HEX triplet: A9, 86 and F7. RGB value is (169,134,247). Sum of RGB (Red+Green+Blue) = 169+134+247=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #A986F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986F7 is #567908. Grayscale: #9C9C9C. Windows color (decimal): -5667081 or 16221865. OLE color: 16221865.

HSL color Cylindrical-coordinate representation of color #A986F7: hue angle of 258.58º 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 #A986F7 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 134 247 -
CMYK 0.32 0.46 0 0.03
HSL 258.58º 0.88% 0.75% -
HSV(B) 258.58º 0.46% 0.97% -
XYZ 41.68 32.2 92.01 -
YUV 157.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 169 134 247 0.32 0.46 0 0.03 258.58 0.88 0.75
Hex A9 86 F7 20 2E 0 3 103 58 4B
Octal 251 206 367 40 56 0 3 403 130 113
Binary 10101001 10000110 11110111 100000 101110 0 11 100000011 1011000 1001011

Color Harmonies of #A986F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986F7

Black with #A986F7

Text Example


Text Example

White with #A986F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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