Html Css Color HEX #A986F8 Medium Purple

📋 copy color: '#A986F8'

red 169 ◦ green 134 ◦ blue 248

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

Shades of Medium Purple #A986F8

Tints of Medium Purple #A986F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 30.67%
G = 24.32%
B = 45.01%

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

#A986F8 (or 0xA986F8) is known color: Medium Purple. HEX triplet: A9, 86 and F8. RGB value is (169,134,248). Sum of RGB (Red+Green+Blue) = 169+134+248=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #A986F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986F8 is #567907. Grayscale: #9D9D9D. Windows color (decimal): -5667080 or 16287401. OLE color: 16287401.

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

Color convert

RGB 169 134 248 -
CMYK 0.32 0.46 0 0.03
HSL 258.42º 0.89% 0.75% -
HSV(B) 258.42º 0.46% 0.97% -
XYZ 41.83 32.26 92.83 -
YUV 157.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 169 134 248 0.32 0.46 0 0.03 258.42 0.89 0.75
Hex A9 86 F8 20 2E 0 3 102 59 4B
Octal 251 206 370 40 56 0 3 402 131 113
Binary 10101001 10000110 11111000 100000 101110 0 11 100000010 1011001 1001011

Color Harmonies of #A986F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986F8

Black with #A986F8

Text Example


Text Example

White with #A986F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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