Html Css Color HEX #A986F9 Medium Purple

📋 copy color: '#A986F9'

red 169 ◦ green 134 ◦ blue 249

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

Shades of Medium Purple #A986F9

Tints of Medium Purple #A986F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 30.62%
G = 24.28%
B = 45.11%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A986F9 (or 0xA986F9) is known color: Medium Purple. HEX triplet: A9, 86 and F9. RGB value is (169,134,249). Sum of RGB (Red+Green+Blue) = 169+134+249=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #A986F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986F9 is #567906. Grayscale: #9D9D9D. Windows color (decimal): -5667079 or 16352937. OLE color: 16352937.

HSL color Cylindrical-coordinate representation of color #A986F9: hue angle of 258.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A986F9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 134 249 -
CMYK 0.32 0.46 0 0.02
HSL 258.26º 0.91% 0.75% -
HSV(B) 258.26º 0.46% 0.98% -
XYZ 41.99 32.32 93.65 -
YUV 157.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 169 134 249 0.32 0.46 0 0.02 258.26 0.91 0.75
Hex A9 86 F9 20 2E 0 2 102 5B 4B
Octal 251 206 371 40 56 0 2 402 133 113
Binary 10101001 10000110 11111001 100000 101110 0 10 100000010 1011011 1001011

Color Harmonies of #A986F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986F9

Black with #A986F9

Text Example


Text Example

White with #A986F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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