Html Css Color HEX #A871EC Medium Purple

📋 copy color: '#A871EC'

red 168 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #A871EC

Tints of Medium Purple #A871EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 32.5%
G = 21.86%
B = 45.65%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A871EC (or 0xA871EC) is known color: Medium Purple. HEX triplet: A8, 71 and EC. RGB value is (168,113,236). Sum of RGB (Red+Green+Blue) = 168+113+236=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A871EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EC is #578E13. Grayscale: #8F8F8F. Windows color (decimal): -5738004 or 15495592. OLE color: 15495592.

HSL color Cylindrical-coordinate representation of color #A871EC: hue angle of 266.83º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A871EC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 113 236 -
CMYK 0.29 0.52 0 0.07
HSL 266.83º 0.76% 0.68% -
HSV(B) 266.83º 0.52% 0.93% -
XYZ 37.19 26.19 82.45 -
YUV 143.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 168 113 236 0.29 0.52 0 0.07 266.83 0.76 0.68
Hex A8 71 EC 1D 34 0 7 10B 4C 44
Octal 250 161 354 35 64 0 7 413 114 104
Binary 10101000 1110001 11101100 11101 110100 0 111 100001011 1001100 1000100

Color Harmonies of #A871EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871EC

Black with #A871EC

Text Example


Text Example

White with #A871EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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