Html Css Color HEX #A871F1 Medium Purple

📋 copy color: '#A871F1'

red 168 ◦ green 113 ◦ blue 241

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

Shades of Medium Purple #A871F1

Tints of Medium Purple #A871F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.17%

R = 32.18%
G = 21.65%
B = 46.17%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A871F1 (or 0xA871F1) is known color: Medium Purple. HEX triplet: A8, 71 and F1. RGB value is (168,113,241). Sum of RGB (Red+Green+Blue) = 168+113+241=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #A871F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871F1 is #578E0E. Grayscale: #8F8F8F. Windows color (decimal): -5737999 or 15823272. OLE color: 15823272.

HSL color Cylindrical-coordinate representation of color #A871F1: hue angle of 265.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A871F1 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 113 241 -
CMYK 0.30 0.53 0 0.05
HSL 265.78º 0.82% 0.69% -
HSV(B) 265.78º 0.53% 0.95% -
XYZ 37.93 26.49 86.33 -
YUV 144.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 168 113 241 0.30 0.53 0 0.05 265.78 0.82 0.69
Hex A8 71 F1 1E 35 0 5 10A 52 45
Octal 250 161 361 36 65 0 5 412 122 105
Binary 10101000 1110001 11110001 11110 110101 0 101 100001010 1010010 1000101

Color Harmonies of #A871F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871F1

Black with #A871F1

Text Example


Text Example

White with #A871F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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