Html Css Color HEX #A17FDF Medium Purple

📋 copy color: '#A17FDF'

red 161 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #A17FDF

Tints of Medium Purple #A17FDF

RGB

 RED value IS 161 (63.28% from 255) = 31.51%

 GREEN value IS 127 (50% from 255) = 24.85%

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

R = 31.51%
G = 24.85%
B = 43.64%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17FDF (or 0xA17FDF) is known color: Medium Purple. HEX triplet: A1, 7F and DF. RGB value is (161,127,223). Sum of RGB (Red+Green+Blue) = 161+127+223=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FDF is #5E8020. Grayscale: #939393. Windows color (decimal): -6193185 or 14647201. OLE color: 14647201.

HSL color Cylindrical-coordinate representation of color #A17FDF: hue angle of 261.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17FDF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 127 223 -
CMYK 0.28 0.43 0 0.13
HSL 261.25º 0.6% 0.69% -
HSV(B) 261.25º 0.43% 0.87% -
XYZ 35.61 28.08 73.36 -
YUV 148.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 161 127 223 0.28 0.43 0 0.13 261.25 0.6 0.69
Hex A1 7F DF 1C 2B 0 D 105 3C 45
Octal 241 177 337 34 53 0 15 405 74 105
Binary 10100001 1111111 11011111 11100 101011 0 1101 100000101 111100 1000101

Color Harmonies of #A17FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FDF

Black with #A17FDF

Text Example


Text Example

White with #A17FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FDF; }

 p { color: rgb(161,127,223); }

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

background-color css

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

 a { background-color: rgb(161,127,223); }

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

border-color css

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

 span { border-color: rgb(161,127,223); }

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