Html Css Color HEX #A87FF7 Medium Purple

📋 copy color: '#A87FF7'

red 168 ◦ green 127 ◦ blue 247

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

Shades of Medium Purple #A87FF7

Tints of Medium Purple #A87FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

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

R = 31%
G = 23.43%
B = 45.57%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A87FF7 (or 0xA87FF7) is known color: Medium Purple. HEX triplet: A8, 7F and F7. RGB value is (168,127,247). Sum of RGB (Red+Green+Blue) = 168+127+247=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #A87FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FF7 is #578008. Grayscale: #989898. Windows color (decimal): -5734409 or 16220072. OLE color: 16220072.

HSL color Cylindrical-coordinate representation of color #A87FF7: hue angle of 260.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87FF7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 127 247 -
CMYK 0.32 0.49 0 0.03
HSL 260.5º 0.88% 0.73% -
HSV(B) 260.5º 0.49% 0.97% -
XYZ 40.53 30.22 91.69 -
YUV 152.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 168 127 247 0.32 0.49 0 0.03 260.5 0.88 0.73
Hex A8 7F F7 20 31 0 3 104 58 49
Octal 250 177 367 40 61 0 3 404 130 111
Binary 10101000 1111111 11110111 100000 110001 0 11 100000100 1011000 1001001

Color Harmonies of #A87FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87FF7

Black with #A87FF7

Text Example


Text Example

White with #A87FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87FF7; }

 p { color: rgb(168,127,247); }

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

background-color css

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

 a { background-color: rgb(168,127,247); }

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

border-color css

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

 span { border-color: rgb(168,127,247); }

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