Html Css Color HEX #A871FC Medium Purple

📋 copy color: '#A871FC'

red 168 ◦ green 113 ◦ blue 252

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

Shades of Medium Purple #A871FC

Tints of Medium Purple #A871FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 31.52%
G = 21.2%
B = 47.28%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A871FC (or 0xA871FC) is known color: Medium Purple. HEX triplet: A8, 71 and FC. RGB value is (168,113,252). Sum of RGB (Red+Green+Blue) = 168+113+252=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #A871FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871FC is #578E03. Grayscale: #909090. Windows color (decimal): -5737988 or 16544168. OLE color: 16544168.

HSL color Cylindrical-coordinate representation of color #A871FC: hue angle of 263.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A871FC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 113 252 -
CMYK 0.33 0.55 0 0.01
HSL 263.74º 0.96% 0.72% -
HSV(B) 263.74º 0.55% 0.99% -
XYZ 39.62 27.16 95.25 -
YUV 145.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 168 113 252 0.33 0.55 0 0.01 263.74 0.96 0.72
Hex A8 71 FC 21 37 0 1 108 60 48
Octal 250 161 374 41 67 0 1 410 140 110
Binary 10101000 1110001 11111100 100001 110111 0 1 100001000 1100000 1001000

Color Harmonies of #A871FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871FC

Black with #A871FC

Text Example


Text Example

White with #A871FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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