Html Css Color HEX #A886F9 Medium Purple

📋 copy color: '#A886F9'

red 168 ◦ green 134 ◦ blue 249

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

Shades of Medium Purple #A886F9

Tints of Medium Purple #A886F9

RGB

 RED value IS 168 (66.02% from 255) = 30.49%

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

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

R = 30.49%
G = 24.32%
B = 45.19%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A886F9 (or 0xA886F9) is known color: Medium Purple. HEX triplet: A8, 86 and F9. RGB value is (168,134,249). Sum of RGB (Red+Green+Blue) = 168+134+249=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #A886F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F9 is #577906. Grayscale: #9C9C9C. Windows color (decimal): -5732615 or 16352936. OLE color: 16352936.

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

Color convert

RGB 168 134 249 -
CMYK 0.33 0.46 0 0.02
HSL 257.74º 0.91% 0.75% -
HSV(B) 257.74º 0.46% 0.98% -
XYZ 41.77 32.21 93.64 -
YUV 157.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 168 134 249 0.33 0.46 0 0.02 257.74 0.91 0.75
Hex A8 86 F9 21 2E 0 2 102 5B 4B
Octal 250 206 371 41 56 0 2 402 133 113
Binary 10101000 10000110 11111001 100001 101110 0 10 100000010 1011011 1001011

Color Harmonies of #A886F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886F9

Black with #A886F9

Text Example


Text Example

White with #A886F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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