Html Css Color HEX #A87CF6 Medium Purple

📋 copy color: '#A87CF6'

red 168 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #A87CF6

Tints of Medium Purple #A87CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 31.23%
G = 23.05%
B = 45.72%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A87CF6 (or 0xA87CF6) is known color: Medium Purple. HEX triplet: A8, 7C and F6. RGB value is (168,124,246). Sum of RGB (Red+Green+Blue) = 168+124+246=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #A87CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CF6 is #578309. Grayscale: #969696. Windows color (decimal): -5735178 or 16153768. OLE color: 16153768.

HSL color Cylindrical-coordinate representation of color #A87CF6: hue angle of 261.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87CF6 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 124 246 -
CMYK 0.32 0.50 0 0.04
HSL 261.64º 0.87% 0.73% -
HSV(B) 261.64º 0.5% 0.96% -
XYZ 39.99 29.39 90.75 -
YUV 151.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 168 124 246 0.32 0.50 0 0.04 261.64 0.87 0.73
Hex A8 7C F6 20 32 0 4 106 57 49
Octal 250 174 366 40 62 0 4 406 127 111
Binary 10101000 1111100 11110110 100000 110010 0 100 100000110 1010111 1001001

Color Harmonies of #A87CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CF6

Black with #A87CF6

Text Example


Text Example

White with #A87CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CF6; }

 p { color: rgb(168,124,246); }

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

background-color css

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

 a { background-color: rgb(168,124,246); }

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

border-color css

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

 span { border-color: rgb(168,124,246); }

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