Html Css Color HEX #A871DF Medium Purple

📋 copy color: '#A871DF'

red 168 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #A871DF

Tints of Medium Purple #A871DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 33.33%
G = 22.42%
B = 44.25%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A871DF (or 0xA871DF) is known color: Medium Purple. HEX triplet: A8, 71 and DF. RGB value is (168,113,223). Sum of RGB (Red+Green+Blue) = 168+113+223=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A871DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871DF is #578E20. Grayscale: #8D8D8D. Windows color (decimal): -5738017 or 14643624. OLE color: 14643624.

HSL color Cylindrical-coordinate representation of color #A871DF: hue angle of 270º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A871DF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 113 223 -
CMYK 0.25 0.49 0 0.13
HSL 270º 0.63% 0.66% -
HSV(B) 270º 0.49% 0.87% -
XYZ 35.37 25.46 72.86 -
YUV 141.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 168 113 223 0.25 0.49 0 0.13 270 0.63 0.66
Hex A8 71 DF 19 31 0 D 10E 3F 42
Octal 250 161 337 31 61 0 15 416 77 102
Binary 10101000 1110001 11011111 11001 110001 0 1101 100001110 111111 1000010

Color Harmonies of #A871DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871DF

Black with #A871DF

Text Example


Text Example

White with #A871DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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