Html Css Color HEX #A871FE Medium Purple

📋 copy color: '#A871FE'

red 168 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #A871FE

Tints of Medium Purple #A871FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 31.4%
G = 21.12%
B = 47.48%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A871FE (or 0xA871FE) is known color: Medium Purple. HEX triplet: A8, 71 and FE. RGB value is (168,113,254). Sum of RGB (Red+Green+Blue) = 168+113+254=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A871FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871FE is #578E01. Grayscale: #919191. Windows color (decimal): -5737986 or 16675240. OLE color: 16675240.

HSL color Cylindrical-coordinate representation of color #A871FE: hue angle of 263.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A871FE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 113 254 -
CMYK 0.34 0.56 0 0.00
HSL 263.4º 0.99% 0.72% -
HSV(B) 263.4º 0.56% 1% -
XYZ 39.94 27.29 96.93 -
YUV 145.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 168 113 254 0.34 0.56 0 0.00 263.4 0.99 0.72
Hex A8 71 FE 22 38 0 0 107 63 48
Octal 250 161 376 42 70 0 0 407 143 110
Binary 10101000 1110001 11111110 100010 111000 0 0 100000111 1100011 1001000

Color Harmonies of #A871FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871FE

Black with #A871FE

Text Example


Text Example

White with #A871FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871FE; }

 p { color: rgb(168,113,254); }

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

background-color css

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

 a { background-color: rgb(168,113,254); }

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

border-color css

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

 span { border-color: rgb(168,113,254); }

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