Html Css Color HEX #A871FD Medium Purple

📋 copy color: '#A871FD'

red 168 ◦ green 113 ◦ blue 253

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

Shades of Medium Purple #A871FD

Tints of Medium Purple #A871FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 31.46%
G = 21.16%
B = 47.38%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A871FD (or 0xA871FD) is known color: Medium Purple. HEX triplet: A8, 71 and FD. RGB value is (168,113,253). Sum of RGB (Red+Green+Blue) = 168+113+253=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #A871FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871FD is #578E02. Grayscale: #909090. Windows color (decimal): -5737987 or 16609704. OLE color: 16609704.

HSL color Cylindrical-coordinate representation of color #A871FD: hue angle of 263.57º degrees, saturation: 0.97, 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 #A871FD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 113 253 -
CMYK 0.34 0.55 0 0.01
HSL 263.57º 0.97% 0.72% -
HSV(B) 263.57º 0.55% 0.99% -
XYZ 39.78 27.23 96.09 -
YUV 145.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 168 113 253 0.34 0.55 0 0.01 263.57 0.97 0.72
Hex A8 71 FD 22 37 0 1 108 61 48
Octal 250 161 375 42 67 0 1 410 141 110
Binary 10101000 1110001 11111101 100010 110111 0 1 100001000 1100001 1001000

Color Harmonies of #A871FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871FD

Black with #A871FD

Text Example


Text Example

White with #A871FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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